python311Packages.dvclive: 3.4.1 -> 3.5.1

Diff: https://github.com/iterative/dvclive/compare/refs/tags/3.4.1...3.5.1

Changelog: https://github.com/iterative/dvclive/releases/tag/3.5.1
This commit is contained in:
Fabian Affolter 2023-12-28 08:44:12 +01:00
parent ec5f6fe4ae
commit 1ae6d471b7

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.4.1";
version = "3.5.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-apk1akdFLtps5fq28GUgLef2VEgZulj7vuhxsGpCqJE=";
hash = "sha256-QsA8HZ6wIWKvtQ+f3nyRKKZRNJS56eZ1sKw+KNHxfXc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;