python312Packages.dvclive: 3.46.1 -> 3.47.0

This commit is contained in:
R. Ryantm 2024-07-13 06:29:53 +00:00
parent f9d8021398
commit 14988a6428

View File

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.46.1";
version = "3.47.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvclive";
rev = "refs/tags/${version}";
hash = "sha256-ifr8gsGSOIBPC07JcFcV97yV4Io5J2uiMf2ucmySiWc=";
hash = "sha256-oC45cSqiKeorbyPe3GIsJ824U3OS1cKvWxUM901/QwQ=";
};
build-system = [ setuptools-scm ];