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

python311Packages.dvc-data: 2.22.6 -> 2.23.1
This commit is contained in:
Nick Cao 2023-12-12 08:45:40 -05:00 committed by GitHub
commit 5aeccda923
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.22.6";
version = "2.23.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-data";
rev = "refs/tags/${version}";
hash = "sha256-oHW80TqQe7LCvBpdB0kW8+vKCZ36/zXEssp7+kHUrTA=";
hash = "sha256-UsWMlwG1g59I+TIn1uwp6vyzVIBtj1lfchp+3SYognc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;