From 1bfc1730e13e821d911d0c289444756e86d7aa08 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 5 Feb 2022 12:14:21 -0800 Subject: [PATCH] cwltool: 3.1.20220202173120 -> 3.1.20220204090313 (#158272) --- pkgs/applications/science/misc/cwltool/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix index be90b33cbaa8..c00172dfc57d 100644 --- a/pkgs/applications/science/misc/cwltool/default.nix +++ b/pkgs/applications/science/misc/cwltool/default.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "cwltool"; - version = "3.1.20220202173120"; + version = "3.1.20220204090313"; format = "setuptools"; src = fetchFromGitHub { owner = "common-workflow-language"; repo = pname; rev = version; - sha256 = "sha256-TC0jSnjQTQ7HkEky8BZYJlqNn5uuPOnjGRxALcvumao="; + sha256 = "sha256-2+2xTUBzQFaS99Xd3jwWuMrg2pNKCb6ZsMKKdOBRo74="; }; postPatch = ''