python310Packages.array-record 0 -> 1 attrpath: python310Packages.array-record 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/p9zcyk4lnxac5da43w8crn2vlcrcmy92-packages.json.drv building '/nix/store/p9zcyk4lnxac5da43w8crn2vlcrcmy92-packages.json.drv'... Going to be running update for following packages: - python3.10-array-record-0.4.0 Press Enter key to continue... Running update for: - python3.10-array-record-0.4.0: UPDATING ... - python3.10-array-record-0.4.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/array-record/default.nix b/pkgs/development/python-modules/array-record/default.nix index f278c34fbe1d..1c82445f0e4f 100644 --- a/pkgs/development/python-modules/array-record/default.nix +++ b/pkgs/development/python-modules/array-record/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "array-record"; - version = "0.4.0"; + version = "0.4.1"; format = "wheel"; disabled = python.pythonVersion != "3.10"; @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "array_record"; dist = "py310"; python = "py310"; - hash = "sha256-VHDU6RLR/z3/tNxJiDdAruz1cva6cHu5NzMlsKrLYXg="; + hash = "sha256-agyO1v36ryzs09XGucE+EWrTKZZJYRyP0YTWRVf7q6g="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.4.0" not present in staging derivation file with contents: { lib , absl-py , buildPythonPackage , etils , fetchPypi , importlib-resources , python , typing-extensions , zipp }: buildPythonPackage rec { pname = "array-record"; version = "0.4.1"; format = "wheel"; disabled = python.pythonVersion != "3.10"; src = fetchPypi { inherit version format; pname = "array_record"; dist = "py310"; python = "py310"; hash = "sha256-agyO1v36ryzs09XGucE+EWrTKZZJYRyP0YTWRVf7q6g="; }; propagatedBuildInputs = [ absl-py etils importlib-resources typing-extensions zipp ]; pythonImportsCheck = [ "array_record" ]; meta = with lib; { description = "ArrayRecord is a new file format derived from Riegeli, achieving a new frontier of IO efficiency"; homepage = "https://github.com/google/array_record"; license = licenses.asl20; maintainers = with maintainers; [ GaetanLepage ]; platforms = [ "x86_64-linux" ]; }; }