python311Packages.dvc-data: 0.54.2 -> 0.54.3

Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.54.2...0.54.3

Changelog: https://github.com/iterative/dvc-data/releases/tag/0.54.3
This commit is contained in:
Fabian Affolter 2023-06-05 08:42:56 +02:00
parent 31cd1b4afb
commit b97dce16bd

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.54.2";
version = "0.54.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wvb+GcNt9oCe3B21GHCCFLL8Zy0QzaxrVwHFK5ZmqRY=";
hash = "sha256-xkLqZmAzYfmfv9l1+PR8j5S7O5gKVh63+Jb9aZiLS8s=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;