python311Packages.dvc-data: 0.54.3 -> 0.55.0

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.54.3...0.55.0

Changelog: https://github.com/iterative/dvc-data/releases/tag/0.55.0
This commit is contained in:
Fabian Affolter
2023-06-08 21:25:42 +02:00
parent 3a1e776517
commit a5ce36d0c6
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.54.3";
version = "0.55.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xkLqZmAzYfmfv9l1+PR8j5S7O5gKVh63+Jb9aZiLS8s=";
hash = "sha256-eE1cVzhwyClVYmaotw37sG46g5W1ToUE/f3pZ2CCcE0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;