Merge pull request #300427 from r-ryantm/auto-update/python312Packages.numba

python312Packages.numba: 0.59.0 -> 0.59.1
This commit is contained in:
Weijia Wang 2024-04-07 17:11:13 +02:00 committed by GitHub
commit fd5e93741c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ 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.59.0";
version = "0.59.1";
pname = "numba";
pyproject = true;
@ -54,7 +54,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-wd4TujPhV2Jy/HUUXLHAlcbVFm4gfQNWxWFXD+jeZC4=";
hash = "sha256-4udpgLLHbHNtxPiYVkj+gxAjTWV3ClZOv98Y313/qbc=";
};
postPatch = ''