python3Packages.wandb: 0.12.14 -> 0.12.15

This commit is contained in:
nixpkgs-upkeep-bot 2022-04-24 00:20:48 +00:00
parent 5fa2c38a48
commit 8b518f5b2f

View file

@ -35,13 +35,13 @@
buildPythonPackage rec {
pname = "wandb";
version = "0.12.14";
version = "0.12.15";
src = fetchFromGitHub {
owner = pname;
repo = "client";
rev = "v${version}";
hash = "sha256-60E64ePW+C0C/eG7pLp4SpAFqycOHiCvOvmNOg2yoqY=";
hash = "sha256-Fq+JwUEZP1QDFKYVyiR8DUU0GQV6fK50FW78qaWh+Mo=";
};
# setuptools is necessary since pkg_resources is required at runtime.