python311Packages.dvc-data: 3.6.0 -> 3.7.0

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/3.6.0...3.7.0

Changelog: https://github.com/iterative/dvc-data/releases/tag/3.7.0
This commit is contained in:
Fabian Affolter
2024-01-04 20:31:37 +01:00
parent 627c473b2d
commit e6db982cf6
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-data";
rev = "refs/tags/${version}";
hash = "sha256-It7l74R1cD9r6SmQfxCZ1VvuO0BLqjP2DEGHCKy99n8=";
hash = "sha256-ycC6NWvU00yUEHu62H5VLKDEZEHyIo4+TBwj5XaswII=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;