python310Packages.dvc-data: 0.47.2 -> 0.48.1

Changelog: https://github.com/iterative/dvc-data/releases/tag/0.48.1
This commit is contained in:
Fabian Affolter 2023-05-10 10:48:59 +02:00
parent 43f884e984
commit 26fa3df47f

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.47.2";
version = "0.48.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-5DbnvIScSq+bu8ki0eUwUZd9Gf3KlhD+I0/PpWfGOu0=";
hash = "sha256-h4E4nwACnGPtmQjEi+O2WNvlDsfJBSngh4CYHQVxDkY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;