python310Packages.dvc-data: 0.51.0 -> 0.52.0

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.51.0...0.52.0

Changelog: https://github.com/iterative/dvc-data/releases/tag/0.52.0
This commit is contained in:
Fabian Affolter 2023-05-20 10:22:01 +02:00
parent d4a9afba05
commit 439e05b126

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.51.0";
version = "0.52.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kLxwBFDoGEZ8w3PHEh8IVDEbmlbwazhZBAoBAUQFDEo=";
hash = "sha256-Z5luqKuUForepBTZ7s2uDI09bK0NVhYMADFOj13nt0I=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;