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

python310Packages.dvc-objects: 0.0.24 -> 0.0.26
This commit is contained in:
Fabian Affolter 2022-07-19 12:43:11 +02:00 committed by GitHub
commit 7ea96e79a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;