mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
python3Packages.cupy: 13.2.0 -> 13.3.0
https://github.com/cupy/cupy/releases/tag/v13.3.0
(cherry picked from commit e359abe16d)
This commit is contained in:
committed by
FliegendeWurst
parent
072cb131bd
commit
c8da03e1bd
@@ -43,7 +43,7 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "cupy";
|
||||
version = "13.2.0";
|
||||
version = "13.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -51,8 +51,8 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "cupy";
|
||||
repo = "cupy";
|
||||
rev = "v13.2.0";
|
||||
hash = "sha256-vZAtpIZztmsYeJeuq7yl7kgZse2azrIM3efHDmUswJI=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-eQZwOGCaWZ4b0JCHZlrPHVQVXQwSkibHb02j0czAMt8=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user