python311Packages.dvclive: 3.44.0 -> 3.45.0

Diff: https://github.com/iterative/dvclive/compare/refs/tags/3.44.0...3.45.0

Changelog: https://github.com/iterative/dvclive/releases/tag/3.45.0
This commit is contained in:
Fabian Affolter 2024-03-22 15:34:47 +01:00
parent 5854e2dbcb
commit 7b51ebfa57

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.44.0";
version = "3.45.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-B5SH6Id3ZbiE/0g6RBYvES4Ao+uOHWMKB56J3Rn9p6s=";
hash = "sha256-76PjBPr3m1y5osW024dkhuvuXl2FiZ5oxlJ1Ucq8msI=";
};
nativeBuildInputs = [