Unverified Commit 5a272ec6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 7e5604eb 1495671a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];