python312Packages.dvclive: 3.48.1 -> 3.48.2 (#380851)

This commit is contained in:
Fabian Affolter
2025-02-10 11:08:09 +01:00
committed by GitHub
@@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.48.1";
version = "3.48.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvclive";
tag = version;
hash = "sha256-fLlP3kWmThQVVPEOd9KWitBIye/fhd/+zcHoVTF/pV8=";
hash = "sha256-KwS5426EU0vym2fDbtIH4bmlSLKWLfZRRxXE+bEmGfc=";
};
build-system = [ setuptools-scm ];