python311Packages.vine 5.0.0 -> 5.1.0 https://repology.org/project/python:vine/versions attrpath: python311Packages.vine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5c3rn2kjbsjf7whdqrf6xn1cna344fnp-packages.json.drv building '/nix/store/5c3rn2kjbsjf7whdqrf6xn1cna344fnp-packages.json.drv'... Going to be running update for following packages: - python3.11-vine-5.0.0 Press Enter key to continue... Running update for: - python3.11-vine-5.0.0: UPDATING ... - python3.11-vine-5.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/vine/default.nix b/pkgs/development/python-modules/vine/default.nix index 200f4f68ebef..87ac89a77a76 100644 --- a/pkgs/development/python-modules/vine/default.nix +++ b/pkgs/development/python-modules/vine/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "vine"; - version = "5.0.0"; + version = "5.1.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-fTsWJKlT2oLvY0YgE7vScdPrdXUUifmAdZjo80C9Y34="; + hash = "sha256-i2LpgdNcQQSSEc9ioKEkLYwe6b0Vuxls44rv1nmeYeA="; }; nativeCheckInputs = [ No auto update branch exists Old version 5.0.0" not present in master derivation file with contents: { lib , buildPythonPackage , case , fetchPypi , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "vine"; version = "5.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-i2LpgdNcQQSSEc9ioKEkLYwe6b0Vuxls44rv1nmeYeA="; }; nativeCheckInputs = [ case pytestCheckHook ]; pythonImportsCheck = [ "vine" ]; meta = with lib; { description = "Python promises"; homepage = "https://github.com/celery/vine"; changelog = "https://github.com/celery/vine/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; }