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

python38Packages.cupy: 9.5.0 -> 9.6.0

authored by

Mario Rodas and committed by
GitHub
3db690fe 2ad7131b

+2 -2
+2 -2
pkgs/development/python-modules/cupy/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "cupy"; 10 - version = "9.5.0"; 10 + version = "9.6.0"; 11 11 disabled = !isPy3k; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "2e85c3ac476c80c78ce94cae8786cc82a615fc4d1b0d380f16b9665d2cc5d187"; 15 + sha256 = "22469ea1ad51ffbb4af2b139ed0820ac5d0b78f1265b2a095ed5e5d5299aab91"; 16 16 }; 17 17 18 18 preConfigure = ''