python310Packages.dvc-data: 2.14.0 -> 2.15.1

This commit is contained in:
R. Ryantm
2023-08-20 05:55:55 +00:00
parent 174bd27ec8
commit e1f55593bd
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.14.0";
version = "2.15.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tXUGQI3TwBEHW+wxNn14zUx6PhzAwe5NX+78JIdTI5c=";
hash = "sha256-5Lu/YSLmqWXFQ6w6egALqdePWYwWrDIahVkQn3iQCnA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;