python3Packages.wandb: 0.19.6 -> 0.19.8

This commit is contained in:
Stephen Huan
2025-03-13 14:32:56 -04:00
parent b7024f4945
commit 0f9de7befd
@@ -76,12 +76,12 @@
}:
let
version = "0.19.6";
version = "0.19.8";
src = fetchFromGitHub {
owner = "wandb";
repo = "wandb";
tag = "v${version}";
hash = "sha256-snyr0IlE4otk1ctWUrJEFAmHYsXe+k6qULCaO3aW0e4=";
hash = "sha256-hveMyGeu9RhdtWMbV/4GQ4KUNfjSt0CKyW7Yx8QtlLM=";
};
gpu-stats = rustPlatform.buildRustPackage {