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

python313Packages.dvc-data: 3.16.11 -> 3.16.12 (#437518)

parents 4ba5ea3a ac2b1102
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "dvc-data";
  version = "3.16.11";
  version = "3.16.12";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = "dvc-data";
    tag = version;
    hash = "sha256-BuGJzIZzHr/Q7N+bO3WUb92I6fs3tWxb/xdf22vFbj8=";
    hash = "sha256-eGicR+fWsgE2mSjhf/r96IBvXX4cLG/nmtt7Q2MCxkE=";
  };

  build-system = [ setuptools-scm ];