Unverified Commit 4667036d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.llvmlite: 0.45.0rc1 -> 0.45.0; python313Packages.numba:...

python313Packages.llvmlite: 0.45.0rc1 -> 0.45.0; python313Packages.numba: 0.62.0rc1 -> 0.62.0 (#444165)
parents 2a6021fc 3a12614a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''