python3Packages.numba: 0.55.2 -> 0.56.2

This commit is contained in:
Martin Weinelt
2022-09-19 10:37:37 +02:00
parent 5028050a62
commit 79849def01
@@ -22,13 +22,13 @@
let
inherit (cudaPackages) cudatoolkit;
in buildPythonPackage rec {
version = "0.55.2";
version = "0.56.2";
pname = "numba";
disabled = pythonOlder "3.6" || pythonAtLeast "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-5CjZ4R2bpZKEnMyfegCQA+t9MGEgB+Nlr+dDznEYxvQ=";
hash = "sha256-NJLwpdCeJX/FIfU3emxrkH7sGSDRRznwskWLnSmUalo=";
};
postPatch = ''