python310Packages.dvclive: 2.11.3 -> 2.12.0

Diff: https://github.com/iterative/dvclive/compare/refs/tags/2.11.3...2.12.0

Changelog: https://github.com/iterative/dvclive/releases/tag/2.12.0
This commit is contained in:
Fabian Affolter 2023-06-23 23:04:33 +02:00
parent 0ec28ceedf
commit cfae8a7a58

View file

@ -14,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dvclive"; pname = "dvclive";
version = "2.11.3"; version = "2.12.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative"; owner = "iterative";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-u6riFkOx00XwVlb2VOi0SPd8pFQaqn0MXmZ310frz4c="; hash = "sha256-6MHEhYJO1zSqrDGEb/E/0AsA4P2Z7l/sz7NKZFVF0nM=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;