python310Packages.dvc-data: 3.5.0 -> 3.6.0

This commit is contained in:
R. Ryantm 2024-01-03 02:39:47 +00:00
parent ee291783e5
commit c798e582e0

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "3.5.0";
version = "3.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-data";
rev = "refs/tags/${version}";
hash = "sha256-vLSb+RIaebF+ili+6bvU8wplcpycPVRadUkhkLHdqi8=";
hash = "sha256-It7l74R1cD9r6SmQfxCZ1VvuO0BLqjP2DEGHCKy99n8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;