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

python37Packages.cupy: 8.2.0 -> 8.3.0

authored by Mario Rodas and committed by GitHub bfb53e26 f78f1b07

+2 -2
+2 -2
pkgs/development/python-modules/cupy/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "cupy"; 9 - version = "8.2.0"; 9 + version = "8.3.0"; 10 10 disabled = !isPy3k; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "8e4bc8428fb14309d73194e19bc4b47e1d6a330678a200e36d9d4b932f1be2e8"; 14 + sha256 = "db699fddfde7806445908cf6454c6f4985e7a9563b40405ddf97845d808c5f12"; 15 15 }; 16 16 17 17 checkInputs = [