about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorPalmer Cox <p@lmercox.com>2024-06-04 17:07:21 -0400
committerPalmer Cox <p@lmercox.com>2024-06-04 17:09:55 -0400
commite6b776ccb017031bc7c851d31f13675f81e4965e (patch)
tree0c44876bbb66a265561efc459e309a3912926e79 /pkgs/applications/science
parent5a7646f59010bf91d68cf323bf3ae8ca5d31d3ef (diff)
cwltool: 3.1.20240404144621 -> 3.1.20240508115724
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/misc/cwltool/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix
index 7919dfd176828..ab43eac8bffb0 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.20240404144621";
+  version = "3.1.20240508115724";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "common-workflow-language";
     repo = "cwltool";
     rev = "refs/tags/${version}";
-    hash = "sha256-atpXkMIQ60POuUk99uiiuCoRXt4Seg11g/eHCeTDe+Q=";
+    hash = "sha256-hBP/8PIqvs820UsxrRuyMVIWgQGFVcMHCUToxhcupTk=";
   };
 
   postPatch = ''
@@ -24,7 +24,6 @@ python3.pkgs.buildPythonApplication rec {
       --replace '"schema-salad >= 8.4.20230426093816, < 9",' "" \
       --replace "PYTEST_RUNNER + " ""
     substituteInPlace pyproject.toml \
-      --replace "mypy==1.8.0" "mypy" \
       --replace "ruamel.yaml>=0.16.0,<0.18" "ruamel.yaml"
   '';