python310Packages.llvmlite 0.41.0dev0 -> 0.41.1 https://repology.org/project/python:llvmlite/versions 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/gzwwv0fzm0ab50bn13cf73pw1g96wbgw-packages.json.drv building '/nix/store/gzwwv0fzm0ab50bn13cf73pw1g96wbgw-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..52c38a2023ff 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.1"; disabled = isPyPy || !isPy3k; src = fetchFromGitHub { owner = "numba"; repo = "llvmlite"; - rev = "v${version}"; - hash = "sha256-fsH+rqouweNENU+YlWr7m0bC0YdreQLNp1n2rwrOiFw="; + rev = "refs/tags/v${version}"; + hash = "sha256-RBgs8L5kOJ8BhEDLB8r8/iVhwuVIPT/rUSmwmBWm4D0="; }; nativeBuildInputs = [ llvm ]; No auto update branch exists Python package with too many package rebuilds 109 > 25