Merge pull request #231036 from fabaff/dvc-bump

python310Packages.dvc-data: 0.47.2 -> 0.48.1
This commit is contained in:
Weijia Wang 2023-05-10 15:27:13 +03:00 committed by GitHub
commit da7eb33c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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