python311Packages.dvc-data: 2.23.1 -> 2.24.0

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/2.23.1...2.24.0

Changelog: https://github.com/iterative/dvc-data/releases/tag/2.24.0
This commit is contained in:
Fabian Affolter
2023-12-13 23:47:45 +01:00
parent 3a80a22e76
commit 1d50215dfd
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.23.1";
version = "2.24.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-data";
rev = "refs/tags/${version}";
hash = "sha256-UsWMlwG1g59I+TIn1uwp6vyzVIBtj1lfchp+3SYognc=";
hash = "sha256-CDy7Ye/DPg7GQY5cg/wR4OH4C9wIlsz3Cxc4ntoNYFw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;