python310Packages.dvc-data: 0.49.1 -> 0.50.0

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.49.1...0.50.0

Changelog: https://github.com/iterative/dvc-data/releases/tag/0.50.0
This commit is contained in:
Fabian Affolter
2023-05-14 23:44:48 +02:00
parent e68bb9dc1e
commit 7c38f9ce7c
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.49.1";
version = "0.50.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+bVDfjfWLJKCYVM5B0cy5E7hzdjHQSG/UIHaxus4D6E=";
hash = "sha256-TWn+9u+m9CwRoJRcFvRT45TXq7U08nc/3NLDKshNcJc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;