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

Merge pull request #218081 from NixOS/revert-187518-auto-update/python310Packages.dvc-objects

Revert "python310Packages.dvc-objects: 0.19.3 -> 0.20.0"
parents 7d184f89 9a275e7d
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;