python312Packages.numpy 1.26.2 -> 1.26.3 https://repology.org/project/python:numpy/versions attrpath: python312Packages.numpy 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/3ba20dc870dag1gf0sja4skxlyqy9khl-packages.json.drv building '/nix/store/3ba20dc870dag1gf0sja4skxlyqy9khl-packages.json.drv'... Going to be running update for following packages: - python3.12-numpy-1.26.2 Press Enter key to continue... Running update for: - python3.12-numpy-1.26.2: UPDATING ... - python3.12-numpy-1.26.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/numpy/default.nix b/pkgs/development/python-modules/numpy/default.nix index ff50cf872f9c..e44888f01720 100644 --- a/pkgs/development/python-modules/numpy/default.nix +++ b/pkgs/development/python-modules/numpy/default.nix @@ -53,14 +53,14 @@ let }; in buildPythonPackage rec { pname = "numpy"; - version = "1.26.2"; + version = "1.26.3"; pyproject = true; disabled = pythonOlder "3.9" || pythonAtLeast "3.13"; src = fetchPypi { inherit pname version; extension = "tar.gz"; - hash = "sha256-9lc4RHZ2q1d38R5ru9uM4Rt4XhBfaQvEWWZXSBa20+o="; + hash = "sha256-aX30PitjEOzJ2V8F1e8g6swJx8Tsydo/I1055xt9oeQ="; }; patches = [ No auto update branch exists Python package with too many package rebuilds 6216 > 25