python310Packages.dvc-task: 0.1.9 -> 0.1.11

This commit is contained in:
Weijia Wang 2023-02-24 23:21:13 +02:00
parent b73601f559
commit 5f7260b160

View File

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