Merge pull request #156064 from r-ryantm/auto-update/python3.9-cupy

python39Packages.cupy: 9.6.0 -> 10.1.0
This commit is contained in:
Mario Rodas 2022-01-23 10:24:02 -05:00 committed by GitHub
commit 29dad22942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "cupy";
version = "9.6.0";
version = "10.1.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "22469ea1ad51ffbb4af2b139ed0820ac5d0b78f1265b2a095ed5e5d5299aab91";
sha256 = "ad28e7311b2023391f2278b7649828decdd9d9599848e18845eb4ab1b2d01936";
};
preConfigure = ''