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

python37Packages.cupy: 6.2.0 -> 6.3.0
This commit is contained in:
Jon 2019-09-30 14:12:29 -07:00 committed by GitHub
commit c21ec6f8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "cupy";
version = "6.2.0";
version = "6.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "0d6liaavgqks772rqam53qha3yk6dfw24i0pj3izxvvawzhlp10z";
sha256 = "1q38riv63110ch170c1pyhq5jfbg8y0qmcdsqn8vb9sb79amvg93";
};
checkInputs = [