Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 269aa54

Browse files
authored
python3Packages.nvidia-cutlass-dsl: 4.3.1 -> 4.3.0 (#322)
1 parent 0918eaa commit 269aa54

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pkgs/python-modules/cuda-pathfinder/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
buildPythonPackage rec {
88
pname = "cuda-pathfinder";
9-
version = "1.3.2";
9+
version = "1.3.3";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "NVIDIA";
1414
repo = "cuda-python";
1515
rev = "${pname}-v${version}";
16-
hash = "sha256-hm/LoOVpJVKkOuKrBdHnYi1JMCNeB2ozAvz/N6RG0zU=";
16+
hash = "sha256-aF06WwThJmGEqUcVP4dooym1uqYjUM45arqZaxjlTuA=";
1717
};
1818

1919
sourceRoot = "source/cuda_pathfinder";

pkgs/python-modules/cuda-python/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "cuda-python";
14-
version = "13.0.3";
14+
version = "13.1.0";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "NVIDIA";
1919
repo = "cuda-python";
2020
rev = "v${version}";
21-
hash = "sha256-Uq1oQWtilocQPh6cZ3P/L/L6caCHv17u1y67sm5fhhA=";
21+
hash = "sha256-aF06WwThJmGEqUcVP4dooym1uqYjUM45arqZaxjlTuA=";
2222
};
2323

2424
sourceRoot = "source/cuda_python";

pkgs/python-modules/nvidia-cutlass-dsl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let
1818
format = "wheel";
1919
pyShortVersion = "cp" + builtins.replaceStrings [ "." ] [ "" ] python.pythonVersion;
2020
hashes = {
21-
cp313-x86_64-linux = "sha256-k1ZgSvyPYqrEZjSzoSuvjLPzpvLkTjmNz+bsmP8ajRs=";
21+
cp313-x86_64-linux = "sha256-Lm7cFGjZjhdg4YXftwjcmaAVThSg9IOejUkc61YzoZk=";
2222
};
2323
hash =
2424
hashes."${pyShortVersion}-${stdenv.system}"
@@ -27,7 +27,7 @@ let
2727
in
2828
buildPythonPackage rec {
2929
pname = "nvidia-cutlass-dsl";
30-
version = "4.2.1";
30+
version = "4.3.0";
3131
inherit format;
3232

3333
src = fetchPypi {

0 commit comments

Comments
 (0)