python310Packages.dvclive: 2.12.1 -> 2.13.0

Changelog: https://github.com/iterative/dvclive/releases/tag/2.13.0
This commit is contained in:
Fabian Affolter 2023-07-27 08:56:52 +00:00
parent b686428f6a
commit f3ff91fecd

View file

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