python311Packages.dvc-data: 2.6.0 -> 2.9.1

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/2.6.0...2.9.1

Changelog: https://github.com/iterative/dvc-data/releases/tag/2.9.1
This commit is contained in:
Fabian Affolter 2023-08-03 18:17:42 +02:00
parent 829cbcbcc6
commit dd4e3f0cee

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.6.0";
version = "2.9.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Tqo2dhTes/HHhWqBZkJ9qW8i6FGWRx1Uk+0Q3pwsD+M=";
hash = "sha256-NJAemtzqpqgWRmsXfcw9gj7T10jARemUMehIxTI7+fQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;