python310Packages.dvclive: 2.13.1 -> 2.14.0

Changelog: https://github.com/iterative/dvclive/releases/tag/2.14.0
This commit is contained in:
Fabian Affolter
2023-08-16 08:50:11 +02:00
parent f4220f727a
commit a0d05d644a
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.13.1";
version = "2.14.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-g2pRr8a+Rp2zIoB+Mmrb99nfbhrEQKTmJ6lfOOqiCrs=";
hash = "sha256-aFES2+ZpbrVoMbIOW73ec1HD/tKhKTiZ0tAIV5vx/OQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;