python310Packages.dvclive: 2.8.1 -> 2.9.0

Changelog: https://github.com/iterative/dvclive/releases/tag/2.9.0
This commit is contained in:
Fabian Affolter 2023-05-15 22:23:35 +02:00
parent 437220cd68
commit 591e14d6ca

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.8.1";
version = "2.9.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Wb0347y+oDFOctKjJUYPtqIFdsRm2wt16ZlQWDgjr7g=";
hash = "sha256-CP3PfRarlByVTchqYZKMuTaVKupqKOZDEOkzuVViW0Q=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;