python311Packages.dvclive: 2.16.0 -> 3.0.0

Diff: https://github.com/iterative/dvclive/compare/refs/tags/2.16.0...3.0.0

Changelog: https://github.com/iterative/dvclive/releases/tag/3.0.0
This commit is contained in:
Fabian Affolter 2023-09-23 09:38:03 +02:00
parent d5bb3a9b2e
commit 34a9198a3c

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.16.0";
version = "3.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-VxZXZhbKtym1ow/dU3G4yu4X1GwCsXzcau/YocertzY=";
hash = "sha256-nTxgRfzrKYl6aC8rxusZPBihpsKp7gCyxKVOiDrTNtE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;