Unverified Commit 9a275e7d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Revert "python310Packages.dvc-objects: 0.19.3 -> 0.20.0"

parent 7d184f89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "dvc-objects";
  version = "0.20.0";
  version = "0.19.3";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-T7vcnxxN0YUHoDVc98f0QwiMqT88lx8NejTsDfBY5SY=";
    hash = "sha256-oKK+BhOgdRPZZAACgxgmr9rlzEH9yWmvbmx09d42u/Y=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;