python310Packages.dvc-task: 0.1.11 -> 0.2.0

Diff: https://github.com/iterative/dvc-task/compare/refs/tags/0.1.11...0.2.0

Changelog: https://github.com/iterative/dvc-task/releases/tag/0.2.0
This commit is contained in:
Fabian Affolter 2023-03-15 11:27:41 +01:00
parent 4b4fa33802
commit 8501dae216

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-task";
version = "0.1.11";
version = "0.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0KfH0/rghq+03sFLaR8lsIi4TJuwwca/YhQgILCdHq8=";
hash = "sha256-lxK4bo2BYLTEvPIyvjIdFS/36Oh4x1ECagPw9DbYgEg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;