python3Packages.wandb: 0.21.3 -> 0.21.4

R. Ryantm a7f231a4 c8c0be28

Changed files
+2 -2
pkgs
development
python-modules
wandb
+2 -2
pkgs/development/python-modules/wandb/default.nix
···
}:
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 {