python311Packages.dvc-data: 0.55.0 -> 1.7.0

Changelog: https://github.com/iterative/dvc-data/releases/tag/1.7.0
This commit is contained in:
Fabian Affolter
2023-06-12 08:58:19 +02:00
parent 69f06fc20c
commit 835a38caeb
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.55.0";
version = "1.7.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-eE1cVzhwyClVYmaotw37sG46g5W1ToUE/f3pZ2CCcE0=";
hash = "sha256-vZPhlCY7KWM521C/uFx8nddpLD/72tX0g1JRb2KeIfA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;