python310Packages.wandb: 0.12.18 -> 0.12.19

This commit is contained in:
R. Ryantm 2022-06-23 19:16:47 +00:00 committed by Jonathan Ringer
parent 4f3f90fc4f
commit 8e530526dc

View file

@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "wandb";
version = "0.12.18";
version = "0.12.19";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -47,8 +47,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = pname;
repo = "client";
rev = "v${version}";
hash = "sha256-9++CFoC8p3cACPyjRbb6i8MdJp8iD9GUh0uHpTiufdg=";
rev = "refs/tags/v${version}";
hash = "sha256-eH65vk3Pnm6d4vDiaWbs1tXD0lCRkfOB2hqD9MGxuXY=";
};
patches = [