python310Packages.pathos 0 -> 1 attrpath: python310Packages.pathos 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/56n6mzj3c4mi6l02rs1ljs7549662xk1-packages.json.drv building '/nix/store/56n6mzj3c4mi6l02rs1ljs7549662xk1-packages.json.drv'... Going to be running update for following packages: - python3.10-pathos-0.2.9 Press Enter key to continue... Running update for: - python3.10-pathos-0.2.9: UPDATING ... - python3.10-pathos-0.2.9: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pathos/default.nix b/pkgs/development/python-modules/pathos/default.nix index 9c6dd625660..333f1be21c4 100644 --- a/pkgs/development/python-modules/pathos/default.nix +++ b/pkgs/development/python-modules/pathos/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "pathos"; - version = "0.2.9"; + version = "0.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "uqfoundation"; repo = pname; rev = "refs/tags/pathos-${version}"; - sha256 = "sha256-39D+itH0nkOzmh3Rpg/HXLRj2F1UPsys+iU0ZiodkM0="; + sha256 = "sha256-Jc7pMVjOUSaZydRh87FsHivEAXpX9v6EbZNkHwPeq/Q="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.2.9" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , dill , pox , ppft , multiprocess , pythonOlder }: buildPythonPackage rec { pname = "pathos"; version = "0.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "uqfoundation"; repo = pname; rev = "refs/tags/pathos-${version}"; sha256 = "sha256-Jc7pMVjOUSaZydRh87FsHivEAXpX9v6EbZNkHwPeq/Q="; }; propagatedBuildInputs = [ dill pox ppft multiprocess ]; # Require network doCheck = false; pythonImportsCheck = [ "pathos" ]; meta = with lib; { description = "Parallel graph management and execution in heterogeneous computing"; homepage = "https://pathos.readthedocs.io/"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }