python310Packages.dvclive: 2.10.0 -> 2.11.0

Diff: https://github.com/iterative/dvclive/compare/refs/tags/2.10.0...2.11.0

Changelog: https://github.com/iterative/dvclive/releases/tag/2.11.0
This commit is contained in:
Fabian Affolter 2023-06-02 10:24:27 +02:00
parent 649707a0f6
commit b727754e06

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.10.0";
version = "2.11.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wnaw0jzaSIPsKaNNtYRUYYqQNpdcmtiunQnhpRQV66E=";
hash = "sha256-dV6ob+TXzQOuHU9bybAO8sVmrJ7yP8vwp0pXXFVNb34=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;