python311Packages.dvclive: 3.2.0 -> 3.3.1

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

Changelog: https://github.com/iterative/dvclive/releases/tag/3.3.1
This commit is contained in:
Fabian Affolter 2023-11-16 08:26:57 +01:00
parent f0448305ca
commit f3a31a2a71

View file

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