Merge pull request #218073 from wegank/dvc-data-bump

python310Packages.dvc-data: 0.38.1 -> 0.40.3
This commit is contained in:
Weijia Wang 2023-02-24 23:10:21 +02:00 committed by GitHub
commit 8e667fbf63
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.38.1";
version = "0.40.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xuNxsG8wMpdwyA0BkEYepnGjIZGmUzTivN5paLtM68Q=";
hash = "sha256-kJABNVUFoaN8Q7IVJKW/LF2kJwB4HcsvMEDmE6eTAxg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;