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/c5y36kzv82h7vig386mz0p57r3x2clpa-packages.json.drv building '/nix/store/c5y36kzv82h7vig386mz0p57r3x2clpa-packages.json.drv'... Going to be running update for following packages: - python3.10-zarr-2.13.3 Press Enter key to continue... Running update for: - python3.10-zarr-2.13.3: UPDATING ... - python3.10-zarr-2.13.3: 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 53609f6b345..b5893ce3ffe 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.13.3"; + version = "2.14.2"; disabled = isPy27; src = fetchPypi { inherit pname version; - sha256 = "sha256-2ySwkGFsY49l4zprxdlW1kIiEYKWFRXMvCixf7DQtIw="; + sha256 = "sha256-aOxZuOvfxP7l4yvWwM4nP3L31O0BdFS0UyfGc8YJB7w="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.13.3" not present in staging derivation file with contents: { lib , asciitree , buildPythonPackage , fasteners , fetchPypi , numcodecs , numpy , pytestCheckHook , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "zarr"; version = "2.14.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-aOxZuOvfxP7l4yvWwM4nP3L31O0BdFS0UyfGc8YJB7w="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ asciitree numpy fasteners numcodecs ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "zarr" ]; meta = with lib; { description = "An implementation of chunked, compressed, N-dimensional arrays for Python"; homepage = "https://github.com/zarr-developers/zarr"; changelog = "https://github.com/zarr-developers/zarr-python/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ costrouc ]; }; }