python311Packages.dvc-data: 2.20.0 -> 2.21.0

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/2.20.0...2.21.0

Changelog: https://github.com/iterative/dvc-data/releases/tag/2.21.0
This commit is contained in:
Fabian Affolter 2023-11-13 16:11:59 +01:00
parent 9cec5c807a
commit c8fcb5f50f

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.20.0";
version = "2.21.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-CtTagSfAYrEOkEZaeeQ71Dn0RvFpHwH552RpAy+kjlg=";
hash = "sha256-q9wVPT8mUZyX0I4GdC6qtsCTFH80HsUrrtR2oAby8VE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;