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

Merge pull request #181951 from r-ryantm/auto-update/python3.10-dvc-objects

python310Packages.dvc-objects: 0.0.24 -> 0.0.26
parents 5b7f4440 dd9c0fb5
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.0.24";
  version = "0.0.26";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Hy/KLmu5mEIUazRi+XesTbKe+or/fzFL8e0zdV2WtC0=";
    hash = "sha256-g2oKxPQogdfS544fYgKBAxvmJgU35A0ewsPQcX1XOJE=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;