3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.dvc-data: 0.41.3 -> 0.47.2

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.41.3...0.47.2

Changelog: https://github.com/iterative/dvc-data/releases/tag/0.47.2
This commit is contained in:
Fabian Affolter 2023-05-03 00:20:35 +02:00
parent 8f3b911ab2
commit af81260184

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.41.3";
version = "0.47.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+rK5OGbIBP7g69swhsgnaJovllxp7XdO8iT3hfYwhV4=";
hash = "sha256-5DbnvIScSq+bu8ki0eUwUZd9Gf3KlhD+I0/PpWfGOu0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;