python311Packages.dvc-data: 0.36.2 -> 0.38.1

Release: https://github.com/iterative/dvc-data/releases/tag/0.38.1
Diff: https://github.com/iterative/dvc-data/compare/0.36.2...0.38.1
This commit is contained in:
superherointj
2023-02-05 10:59:11 -03:00
committed by Florian Brandes
parent 06098b1216
commit be64706649

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.36.2";
version = "0.38.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-HKNltc5pWc0mU+yCj/PV9E6GYQ+3fbcacRRXtquGM4w=";
hash = "sha256-xuNxsG8wMpdwyA0BkEYepnGjIZGmUzTivN5paLtM68Q=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;