Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: cupy: 2.2.0 -> 2.3.0

+2 -2
+2 -2
pkgs/development/python-modules/cupy/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "cupy"; 9 - version = "2.2.0"; 9 + version = "2.3.0"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "0si0ri8azxvxh3lpm4l4g60jf4nwzibi53yldbdbzb1svlqq060r"; 13 + sha256 = "7426f6332cb01513d2a6a687792dfa17c678ff64dd1b19b04559ddd5672c833f"; 14 14 }; 15 15 16 16 checkInputs = [