Merge pull request #248670 from fabaff/dvc-data-bump

python311Packages.dvc-data: 2.12.2 -> 2.13.1
This commit is contained in:
Mario Rodas 2023-08-12 06:33:08 -05:00 committed by GitHub
commit aa92376c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.12.2";
version = "2.13.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-DNFnh+ajfKgsZEj5Vyfk+jqSs9nv/PHIIpkkarxugww=";
hash = "sha256-RmUwo7NcbDjRf+sVgthno+ZvxXhMDwmoTfiN7cJM/5s=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;