3
0
Fork 0
forked from mirrors/nixpkgs

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

python37Packages.cupy: 8.2.0 -> 8.3.0
This commit is contained in:
Mario Rodas 2021-01-09 09:13:24 -05:00 committed by GitHub
commit bfb53e26bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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