python3Packages.wandb: 0.13.5 -> 0.13.7

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:56 +01:00
parent bbc981ec23
commit 4d1ff9f6f1

View file

@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "wandb";
version = "0.13.5";
version = "0.13.7";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1GoFmncG5bUWJOIUDLatopQMxCFsmlcj8aofJMGUTzQ=";
hash = "sha256-o9mIGSILztnHY3Eyb0MlznUEdMbCfA1BT6ux0UlesBc=";
};
patches = [