Merge pull request #233120 from r-ryantm/auto-update/python310Packages.cupy

python310Packages.cupy: 11.5.0 -> 12.0.0

authored by

Fabian Affolter and committed by
GitHub
3cbc46bf d19ec502

+2 -2
+2 -2
pkgs/development/python-modules/cupy/default.nix
··· 17 17 inherit (cudaPackages) cudatoolkit cudnn cutensor nccl; 18 18 in buildPythonPackage rec { 19 19 pname = "cupy"; 20 - version = "11.5.0"; 20 + version = "12.0.0"; 21 21 22 22 disabled = pythonOlder "3.7"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-S8hWW97SLMibIQ/Z+0il1TFvMHAeErsjhSpgMU4fn24="; 26 + hash = "sha256-Yd2773PVDWBr1Qh1cGRfPJHskXbCVmeEwdSG1qNARUU="; 27 27 }; 28 28 29 29 # See https://docs.cupy.dev/en/v10.2.0/reference/environment.html. Seting both