python310Packages.dvclive: 2.14.0 -> 2.15.2

This commit is contained in:
R. Ryantm 2023-08-21 23:31:08 +00:00
parent 48f8f3700a
commit 12593047a0

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.14.0";
version = "2.15.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-aFES2+ZpbrVoMbIOW73ec1HD/tKhKTiZ0tAIV5vx/OQ=";
hash = "sha256-Z1e6CrpVjQoR/OIqqxbbC75SZtOqi4Rrbld2doenOMA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;