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

python310Packages.dvc-data: 0.53.0 -> 0.54.2
This commit is contained in:
Nick Cao 2023-06-01 21:37:42 -06:00 committed by GitHub
commit 95be94370d
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.53.0";
version = "0.54.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-RPLsn2IyegfpVtBNupUJCOaewtXGq0bmYToe2GEYBf0=";
hash = "sha256-wvb+GcNt9oCe3B21GHCCFLL8Zy0QzaxrVwHFK5ZmqRY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;