Merge pull request #250637 from r-ryantm/auto-update/python310Packages.dvclive

python310Packages.dvclive: 2.14.0 -> 2.15.2
This commit is contained in:
Fabian Affolter 2023-08-22 08:03:55 +02:00 committed by GitHub
commit e209b62c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;