python3Packages.cuda-pathfinder: 1.5.5 -> 1.5.6

This commit is contained in:
R. Ryantm
2026-07-06 19:42:08 +00:00
committed by Gaetan Lepage
parent 6d8dcc7f5a
commit 24b52cc808
@@ -14,7 +14,7 @@
buildPythonPackage (finalAttrs: {
pname = "cuda-pathfinder";
version = "1.5.5";
version = "1.5.6";
pyproject = true;
__structuredAttrs = true;
@@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: {
owner = "NVIDIA";
repo = "cuda-python";
tag = "cuda-pathfinder-v${finalAttrs.version}";
hash = "sha256-hvCwN6uLGiZLdAholFy3Jqb+ys7mAqVNc9UonPXm3+M=";
hash = "sha256-okhlkeS7vmH5nUFvND6stB5FoyGAsO1VimWRgFxqHKU=";
};
sourceRoot = "${finalAttrs.src.name}/cuda_pathfinder";