python311Packages.dvc-data: 2.15.1 -> 2.15.4

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/2.15.1...2.15.4

Changelog: https://github.com/iterative/dvc-data/releases/tag/2.15.4
This commit is contained in:
Fabian Affolter 2023-08-23 08:42:45 +02:00
parent 96577a3736
commit f851971acc

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.15.1";
version = "2.15.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-5Lu/YSLmqWXFQ6w6egALqdePWYwWrDIahVkQn3iQCnA=";
hash = "sha256-8lwEf1+deLojhJDjRjII8sHRCGCM6l+igigIvNJidxQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;