Merge pull request #170030 from samuela/upkeep-bot/python3Packages.wandb-0.12.15-1650759648

python3Packages.wandb: 0.12.14 -> 0.12.15
This commit is contained in:
Fabian Affolter 2022-04-24 10:39:32 +02:00 committed by GitHub
commit b8e724981a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.