python311Packages.numba: 0.58.0rc2 -> 0.58.1

https://github.com/numba/numba/compare/refs/tags/0.58.0rc2...0.58.1
This commit is contained in:
Martin Weinelt 2023-10-28 23:12:39 +02:00
parent 237a590016
commit 1cebab0381
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -28,9 +28,9 @@ 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.1";
pname = "numba";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.8" || pythonAtLeast "3.12";
@ -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-1Tj2GFoUwRRCWBFxhreF+0Mr+Tjyb7+X4peO+T0qGNs=";
};
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1";