cwltool: 3.1.20260315121657 -> 3.2.20260720092025

Changelog: https://github.com/common-workflow-language/cwltool/releases/tag/3.2.20260720092025
This commit is contained in:
Fabian Affolter
2026-08-17 08:06:27 +02:00
parent a977667e5a
commit e1209db53b

View File

@@ -7,21 +7,21 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "cwltool";
version = "3.1.20260315121657";
version = "3.2.20260720092025";
pyproject = true;
src = fetchFromGitHub {
owner = "common-workflow-language";
repo = "cwltool";
tag = finalAttrs.version;
hash = "sha256-0cd64fkaCMX+eaZ4maZW8sE+ZX7bTFy1DDY5leqf9B0=";
hash = "sha256-88u6DzBxfK4DvNUOZqIocm7Pf11QJJ9XnyUUTERYIBQ=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail "PYTEST_RUNNER + " ""
substituteInPlace pyproject.toml \
--replace-fail "mypy==1.19.1" "mypy"
--replace-fail "mypy==2.1.0" "mypy"
'';
pythonRelaxDeps = [