cwltool: 3.1.20240112164112 -> 3.1.20240404144621

authored by R. Ryantm and committed by Dmitry Kalinkin 1063186a 63e06ef8

+2 -2
+2 -2
pkgs/applications/science/misc/cwltool/default.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication rec { 9 9 pname = "cwltool"; 10 - version = "3.1.20240112164112"; 10 + version = "3.1.20240404144621"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "common-workflow-language"; 15 15 repo = "cwltool"; 16 16 rev = "refs/tags/${version}"; 17 - hash = "sha256-Y0DORypXlTDv04qh796oXPSTxCXGb7rLQ8Su+/As7Lo="; 17 + hash = "sha256-atpXkMIQ60POuUk99uiiuCoRXt4Seg11g/eHCeTDe+Q="; 18 18 }; 19 19 20 20 postPatch = ''