python3Packages.wandb: 0.21.3 -> 0.21.4

This commit is contained in:
R. Ryantm
2025-09-12 05:32:39 +00:00
parent c8c0be288a
commit a7f231a40e
@@ -78,12 +78,12 @@
}:
let
version = "0.21.3";
version = "0.21.4";
src = fetchFromGitHub {
owner = "wandb";
repo = "wandb";
tag = "v${version}";
hash = "sha256-GJk+Q/PY3/jo/yeetYRgqgMdXdYSlGt7Ny1NqdfHF0Q=";
hash = "sha256-1l68nU/rmYg/Npg1EVraGr2tu/lkNAo9M7Q0IyckEoc=";
};
gpu-stats = rustPlatform.buildRustPackage {