Merge pull request #259026 from fabaff/dvc-data-bump

python311Packages.dvc-data: 2.17.1 -> 2.18.1
This commit is contained in:
Nick Cao 2023-10-04 14:24:55 -04:00 committed by GitHub
commit cb6dea3530
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 = "2.17.1";
version = "2.18.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Mb2dX2PXQVLI5HEOyxpfVh/9vL9BkQ8o8Ly3lYZ2eYI=";
hash = "sha256-JL72tenKmsWanHl6+olpx7SkFLmFoTyctl+2TnnKcAI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;