python310Packages.zarr 0 -> 1 attrpath: python310Packages.zarr 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/ivh9pdxv0gypga5s0dxqrmv9kd4dxrjz-packages.json.drv building '/nix/store/ivh9pdxv0gypga5s0dxqrmv9kd4dxrjz-packages.json.drv'... Going to be running update for following packages: - python3.10-zarr-2.12.0 Press Enter key to continue... Running update for: - python3.10-zarr-2.12.0: UPDATING ... - python3.10-zarr-2.12.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/zarr/default.nix b/pkgs/development/python-modules/zarr/default.nix index 72cd251dcb3..dbe55972478 100644 --- a/pkgs/development/python-modules/zarr/default.nix +++ b/pkgs/development/python-modules/zarr/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "zarr"; - version = "2.12.0"; + version = "2.13.3"; disabled = isPy27; src = fetchPypi { inherit pname version; - sha256 = "sha256-UVox7kuta7SK4FF4xYiuSaAqNd76Ad2aMpMwaQM2gWU="; + sha256 = "sha256-2ySwkGFsY49l4zprxdlW1kIiEYKWFRXMvCixf7DQtIw="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.12.0" not present in staging derivation file with contents: { lib , buildPythonPackage , isPy27 , fetchPypi , setuptools-scm , asciitree , numpy , fasteners , numcodecs , pytest }: buildPythonPackage rec { pname = "zarr"; version = "2.13.3"; disabled = isPy27; src = fetchPypi { inherit pname version; sha256 = "sha256-2ySwkGFsY49l4zprxdlW1kIiEYKWFRXMvCixf7DQtIw="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ asciitree numpy fasteners numcodecs ]; checkInputs = [ pytest ]; checkPhase = '' pytest ''; meta = with lib; { description = "An implementation of chunked, compressed, N-dimensional arrays for Python"; homepage = "https://github.com/zarr-developers/zarr"; license = licenses.mit; maintainers = [ maintainers.costrouc ]; }; }