python310Packages.llvmlite 0 -> 1 attrpath: python310Packages.llvmlite 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/k5vwysd72qk2jmwah31rpcb8m3bsfk7g-packages.json.drv building '/nix/store/k5vwysd72qk2jmwah31rpcb8m3bsfk7g-packages.json.drv'... Going to be running update for following packages: - python3.10-llvmlite-0.41.0dev0 Press Enter key to continue... Running update for: - python3.10-llvmlite-0.41.0dev0: UPDATING ... - python3.10-llvmlite-0.41.0dev0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/llvmlite/default.nix b/pkgs/development/python-modules/llvmlite/default.nix index e3afe80624fb..d313e097c1b7 100644 --- a/pkgs/development/python-modules/llvmlite/default.nix +++ b/pkgs/development/python-modules/llvmlite/default.nix @@ -16,15 +16,15 @@ buildPythonPackage rec { # untagged version of it (for numpy>1.25 support). That numba version # requires at least this version of llvmlite (also not yet officially # released, but at least tagged). - version = "0.41.0dev0"; + version = "0.41.0"; disabled = isPyPy || !isPy3k; src = fetchFromGitHub { owner = "numba"; repo = "llvmlite"; - rev = "v${version}"; - hash = "sha256-fsH+rqouweNENU+YlWr7m0bC0YdreQLNp1n2rwrOiFw="; + rev = "refs/tags/v${version}"; + hash = "sha256-3uRN5XqO0mPPtxt5C+MmvEYWW0leHArzobjH/Z0+LpE="; }; nativeBuildInputs = [ llvm ]; No auto update branch exists Python package with too many package rebuilds 57 > 25