python310Packages.dvc-data: 0.0.18 -> 0.0.23

This commit is contained in:
R. Ryantm 2022-07-11 14:32:24 +00:00
parent 3a7dedf779
commit ac42c6c976

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.0.18";
version = "0.0.23";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,8 +22,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = version;
hash = "sha256-jS+96LjHJyhkCREjMhhlWOlvRBhjiKmfNtEcBVS+YCU=";
rev = "refs/tags/${version}";
hash = "sha256-4npImK6OML0/nhM+S7YiguN7RNHOnxnH+WAuqcdiVSw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;