Commit 13f16955 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.dvc-data: 0.50.0 -> 0.51.0

parent 2705a94a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "dvc-data";
  version = "0.50.0";
  version = "0.51.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-TWn+9u+m9CwRoJRcFvRT45TXq7U08nc/3NLDKshNcJc=";
    hash = "sha256-kLxwBFDoGEZ8w3PHEh8IVDEbmlbwazhZBAoBAUQFDEo=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;