3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #145942 from r-ryantm/auto-update/python38Packages.cupy

python38Packages.cupy: 9.5.0 -> 9.6.0
This commit is contained in:
Mario Rodas 2021-11-16 00:37:13 -05:00 committed by GitHub
commit 3db690fe70
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.5.0";
version = "9.6.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "2e85c3ac476c80c78ce94cae8786cc82a615fc4d1b0d380f16b9665d2cc5d187";
sha256 = "22469ea1ad51ffbb4af2b139ed0820ac5d0b78f1265b2a095ed5e5d5299aab91";
};
preConfigure = ''