python311Packages.dvclive: 3.1.0 -> 3.2.0

Diff: https://github.com/iterative/dvclive/compare/refs/tags/3.1.0...3.2.0

Changelog: https://github.com/iterative/dvclive/releases/tag/3.2.0
This commit is contained in:
Fabian Affolter 2023-11-06 08:35:38 +01:00
parent 301a784da0
commit 6e24c2a4e8

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.1.0";
version = "3.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qPGtYMpUFGQfSYEPabn4eC74lmr8xvet07RR5brV5No=";
hash = "sha256-Z1Nxdz4/45uSypufuwDGiCeUwl+izRGIDA2s9F+jT1Q=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;