3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.dvc-data: 1.7.0 -> 2.0.2

Changelog: https://github.com/iterative/dvc-data/releases/tag/2.0.2
This commit is contained in:
Fabian Affolter 2023-06-20 08:43:16 +02:00
parent c9e72a5ae9
commit a6cfbad8c3

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "1.7.0";
version = "2.0.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vZPhlCY7KWM521C/uFx8nddpLD/72tX0g1JRb2KeIfA=";
hash = "sha256-QtMt6bNq6nN5crITkRie/nE1TqnXM4Daf1VMPPY2Qcs=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;