python311Packages.dvclive: 3.45.0 -> 3.46.0

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

Changelog: https://github.com/iterative/dvclive/releases/tag/3.46.0
This commit is contained in:
Fabian Affolter
2024-04-27 15:25:53 +02:00
parent 596f33317f
commit d7ab5cd0c4
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.45.0";
version = "3.46.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvclive";
rev = "refs/tags/${version}";
hash = "sha256-76PjBPr3m1y5osW024dkhuvuXl2FiZ5oxlJ1Ucq8msI=";
hash = "sha256-yIViKlkCdoG2vSZdScL38fZd9musLRKzBd9wSR6lJdk=";
};
build-system = [