python310Packages.dvclive: 2.13.0 -> 2.13.1

Diff: https://github.com/iterative/dvclive/compare/refs/tags/2.13.0...2.13.1

Changelog: https://github.com/iterative/dvclive/releases/tag/2.13.1
This commit is contained in:
Fabian Affolter 2023-08-04 21:46:27 +02:00
parent 4326e8d86f
commit 0ecb223cc2

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.13.0";
version = "2.13.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-5tvwIa2kx5MlMZV6J+NqN9v/TjOeZC6wftO102/QbCk=";
hash = "sha256-g2pRr8a+Rp2zIoB+Mmrb99nfbhrEQKTmJ6lfOOqiCrs=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;