python311Packages.dvclive: 3.48.0 -> 3.48.1 (#368191)

This commit is contained in:
Fabian Affolter
2025-01-01 17:55:41 +01:00
committed by GitHub
@@ -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 ];