From 00660c303189c675a33e681f25b96fbaf534229a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 21 May 2023 00:41:44 +0000 Subject: [PATCH] python310Packages.cupy: 11.5.0 -> 12.0.0 --- pkgs/development/python-modules/cupy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cupy/default.nix b/pkgs/development/python-modules/cupy/default.nix index 33758514a88..7cc986e34b8 100644 --- a/pkgs/development/python-modules/cupy/default.nix +++ b/pkgs/development/python-modules/cupy/default.nix @@ -17,13 +17,13 @@ let inherit (cudaPackages) cudatoolkit cudnn cutensor nccl; in buildPythonPackage rec { pname = "cupy"; - version = "11.5.0"; + version = "12.0.0"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-S8hWW97SLMibIQ/Z+0il1TFvMHAeErsjhSpgMU4fn24="; + hash = "sha256-Yd2773PVDWBr1Qh1cGRfPJHskXbCVmeEwdSG1qNARUU="; }; # See https://docs.cupy.dev/en/v10.2.0/reference/environment.html. Seting both