python311Packages.dvclive: 3.48.0 -> 3.48.1

Diff: https://github.com/iterative/dvclive/compare/refs/tags/3.48.0...3.48.1

Changelog: https://github.com/iterative/dvclive/releases/tag/3.48.1
This commit is contained in:
Fabian Affolter
2024-12-25 21:38:52 +01:00
parent 5e39965a7d
commit b1005fcc01
@@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.48.0";
version = "3.48.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvclive";
rev = "refs/tags/${version}";
hash = "sha256-WIVRpJD7B6OI7ZfdHT+DunRRiaxHhri5Ge/B1BQ1kJY=";
hash = "sha256-fLlP3kWmThQVVPEOd9KWitBIye/fhd/+zcHoVTF/pV8=";
};
build-system = [ setuptools-scm ];