python310Packages.dvc-data: 0.50.0 -> 0.51.0

This commit is contained in:
R. Ryantm 2023-05-16 15:11:05 +00:00
parent 2705a94af2
commit 13f16955e2

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.50.0";
version = "0.51.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-TWn+9u+m9CwRoJRcFvRT45TXq7U08nc/3NLDKshNcJc=";
hash = "sha256-kLxwBFDoGEZ8w3PHEh8IVDEbmlbwazhZBAoBAUQFDEo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;