python310Packages.dvc-data: 2.3.3 -> 2.5.0

This commit is contained in:
R. Ryantm 2023-07-15 04:12:04 +00:00
parent 7764e28784
commit 3e583687e0

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.3.3";
version = "2.5.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xRfe1k5i67aAI2bbZq85pGwn+KOY8P8bkvWLW7f/L+o=";
hash = "sha256-K4quPZZnHqZkuR8moJ8TwmfHQ3BennoByZ5XW5X5rDA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;