Merge pull request #111038 from r-ryantm/auto-update/python3.7-cupy

python37Packages.cupy: 8.3.0 -> 8.4.0
This commit is contained in:
Mario Rodas 2021-01-28 23:25:37 -05:00 committed by GitHub
commit e815b59adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "cupy";
version = "8.3.0";
version = "8.4.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "db699fddfde7806445908cf6454c6f4985e7a9563b40405ddf97845d808c5f12";
sha256 = "58d19af6b2e83388d4f0f6ca4226bae4b947920d2ca4951c2eddc8bc78abf66b";
};
checkInputs = [