python310Packages.dvc-data: 2.15.4 -> 2.16.0

This commit is contained in:
R. Ryantm 2023-09-07 07:19:54 +00:00
parent b200e0df08
commit 856847266d

View file

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