Unverified Commit cb6dea35 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #259026 from fabaff/dvc-data-bump

python311Packages.dvc-data: 2.17.1 -> 2.18.1
parents 85908d21 1edb62e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "dvc-data";
  version = "2.17.1";
  version = "2.18.1";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Mb2dX2PXQVLI5HEOyxpfVh/9vL9BkQ8o8Ly3lYZ2eYI=";
    hash = "sha256-JL72tenKmsWanHl6+olpx7SkFLmFoTyctl+2TnnKcAI=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;