Merge pull request #181604 from r-ryantm/auto-update/python310Packages.dvc-data

python310Packages.dvc-data: 0.0.23 -> 0.0.24
This commit is contained in:
Sandro 2022-07-15 21:47:31 +02:00 committed by GitHub
commit c7d42c2349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.0.23";
version = "0.0.24";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4npImK6OML0/nhM+S7YiguN7RNHOnxnH+WAuqcdiVSw=";
hash = "sha256-Sk4l9TL0SU6sPrBBed/Y4xDB/GzVzv2YTUD0IdjhB2M=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;