python310Packages.numba 0 -> 1 attrpath: python310Packages.numba 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/9c5qyyhqvwpbz13v37qv7xfmf71hr7vy-packages.json.drv building '/nix/store/9c5qyyhqvwpbz13v37qv7xfmf71hr7vy-packages.json.drv'... Going to be running update for following packages: - python3.10-numba-0.58.0rc2 Press Enter key to continue... Running update for: - python3.10-numba-0.58.0rc2: UPDATING ... - python3.10-numba-0.58.0rc2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/numba/default.nix b/pkgs/development/python-modules/numba/default.nix index 51a043b8d7f3..b9109a25fc79 100644 --- a/pkgs/development/python-modules/numba/default.nix +++ b/pkgs/development/python-modules/numba/default.nix @@ -28,7 +28,7 @@ let in buildPythonPackage rec { # Using an untagged version, with numpy 1.25 support, when it's released # also drop the versioneer patch in postPatch - version = "0.58.0rc2"; + version = "0.58.0"; pname = "numba"; format = "setuptools"; @@ -50,7 +50,7 @@ in buildPythonPackage rec { # use `forceFetchGit = true;`.` If in the future we'll observe the hash # changes too often, we can always use forceFetchGit, and inject the # relevant strings ourselves, using `sed` commands, in extraPostFetch. - hash = "sha256-ktFBjzd2vEahdr86lhVLVFEadCIhPP3hRF/EuZhHCC4="; + hash = "sha256-+Q1DzUzaOBWb1v9YCNk9FHn4w7Z18pgm+t/w60ehVtg="; }; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; No auto update branch exists Python package with too many package rebuilds 108 > 25