python3Packages.cuda-pathfinder: 1.5.5 -> 1.5.6 (#538917)

This commit is contained in:
kirillrdy
2026-07-07 08:56:10 +00:00
committed by GitHub
@@ -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";