python310Packages.pynrrd 0 -> 1 attrpath: python310Packages.pynrrd 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/mi3433rv6hrq5s8zq25akxpgcfa2s5d9-packages.json.drv building '/nix/store/mi3433rv6hrq5s8zq25akxpgcfa2s5d9-packages.json.drv'... Going to be running update for following packages: - python3.10-pynrrd-0.4.3 Press Enter key to continue... Running update for: - python3.10-pynrrd-0.4.3: UPDATING ... - python3.10-pynrrd-0.4.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pynrrd/default.nix b/pkgs/development/python-modules/pynrrd/default.nix index 91cff70bae3..a0a88429773 100644 --- a/pkgs/development/python-modules/pynrrd/default.nix +++ b/pkgs/development/python-modules/pynrrd/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "pynrrd"; - version = "0.4.3"; + version = "1.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "mhe"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-4UM2NAKWfsjxAoLQCFSPVKG5GukxqppywqvLM0V/dIs="; + hash = "sha256-R/bUItF2BaKTFdMNBHFJKq0jSX6z49e8CGXENUn07SU="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.4.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , numpy , pythonOlder }: buildPythonPackage rec { pname = "pynrrd"; version = "1.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "mhe"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-R/bUItF2BaKTFdMNBHFJKq0jSX6z49e8CGXENUn07SU="; }; propagatedBuildInputs = [ numpy ]; pythonImportsCheck = [ "nrrd" ]; meta = with lib; { homepage = "https://github.com/mhe/pynrrd"; description = "Simple pure-Python reader for NRRD files"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; }; }