python313Packages.llvmlite: 0.45.0rc1 -> 0.45.0; python313Packages.numba: 0.62.0rc1 -> 0.62.0 (#444165)

This commit is contained in:
Martin Weinelt
2025-09-20 00:09:43 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -26,7 +26,7 @@ in
buildPythonPackage rec {
pname = "llvmlite";
version = "0.45.0rc1";
version = "0.45.0";
pyproject = true;
disabled = isPyPy || pythonAtLeast "3.14";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "numba";
repo = "llvmlite";
tag = "v${version}";
hash = "sha256-wMTNtUuslCjopyfF6FAtfJAR0zuWjL8N8G16UKiplN0=";
hash = "sha256-xONYpDGsx6lhbAjAqwFx5Vo3PxeFsblhZxkxTSjMWOE=";
};
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ let
cudatoolkit = cudaPackages.cuda_nvcc;
in
buildPythonPackage rec {
version = "0.62.0rc1";
version = "0.62.0";
pname = "numba";
pyproject = true;
@@ -51,7 +51,7 @@ buildPythonPackage rec {
postFetch = ''
sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${src.tag})"/' $out/numba/_version.py
'';
hash = "sha256-YnozYetRsrCl5+UvK4y1QQykUqSMshi9vcv/K5A0dts=";
hash = "sha256-y/mvmzMwTHc/tWg4WFqFJOThbFiIF71OHLvtztkT+hE=";
};
postPatch = ''