python3Packages.cuda-pathfinder: 1.5.3 -> 1.5.4 (#517375)

This commit is contained in:
Gaétan Lepage
2026-05-06 23:30:29 +00:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage (finalAttrs: {
pname = "cuda-pathfinder";
version = "1.5.3";
version = "1.5.4";
pyproject = true;
__structuredAttrs = true;
@@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: {
owner = "NVIDIA";
repo = "cuda-python";
tag = "cuda-pathfinder-v${finalAttrs.version}";
hash = "sha256-Tj+0p+nIsOl2pMpKAUpdZ3nIcQ0kHWrPi6Qeu14oMRQ=";
hash = "sha256-0hUcc9jZooN7yQ63MJhpNJb1IyfwwTRbp4NjjbK4y1A=";
};
sourceRoot = "${finalAttrs.src.name}/cuda_pathfinder";