cwltool: 3.1.20240508115724 -> 3.1.20240708091337

This commit is contained in:
R. Ryantm 2024-08-01 12:06:47 +00:00 committed by Dmitry Kalinkin
parent a19590dd69
commit 6614b28fa9

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "cwltool"; pname = "cwltool";
version = "3.1.20240508115724"; version = "3.1.20240708091337";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "common-workflow-language"; owner = "common-workflow-language";
repo = "cwltool"; repo = "cwltool";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-hBP/8PIqvs820UsxrRuyMVIWgQGFVcMHCUToxhcupTk="; hash = "sha256-Umxh8sRBy7fC6+GrcN1q4iO0KVpmUhGPtnqZZK/6c9M=";
}; };
postPatch = '' postPatch = ''