diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-03-24 22:47:42 +0000 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2026-03-24 22:48:07 +0000 |
| commit | 7c586f7af8c1a3332d46ba40da6914dec2c31c19 (patch) | |
| tree | b3368bb6f87895e1b5df56d095670bbab4b77c1f /gnu/packages/bioinformatics.scm | |
| parent | e7020545b394ba6904f633050b9811ea336e08b3 (diff) | |
gnu: cwltool: Update to 3.1.20260315121657.
* gnu/packages/bioinformatics.scm (cwltool): Update to 3.1.20260315121657.
Change-Id: I1c4503aa65a638a905f8b49235578564fa40802f
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a844c3432e9..c52976d7e69 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -7083,7 +7083,7 @@ documents.") | |||
| 7083 | (define-public cwltool | 7083 | (define-public cwltool |
| 7084 | (package | 7084 | (package |
| 7085 | (name "cwltool") | 7085 | (name "cwltool") |
| 7086 | (version "3.1.20250925164626") | 7086 | (version "3.1.20260315121657") |
| 7087 | (source (origin | 7087 | (source (origin |
| 7088 | (method git-fetch) | 7088 | (method git-fetch) |
| 7089 | (uri (git-reference | 7089 | (uri (git-reference |
| @@ -7092,7 +7092,7 @@ documents.") | |||
| 7092 | (file-name (git-file-name name version)) | 7092 | (file-name (git-file-name name version)) |
| 7093 | (sha256 | 7093 | (sha256 |
| 7094 | (base32 | 7094 | (base32 |
| 7095 | "13mv7qcl64gng8bq0y9garp0vvn9851n98vzi75ppl16pjkkziks")))) | 7095 | "07glkzm9af9n1jsmqk6vgrjkxhgjask9jy56g7zca20sz7hpmiyi")))) |
| 7096 | (build-system pyproject-build-system) | 7096 | (build-system pyproject-build-system) |
| 7097 | (arguments | 7097 | (arguments |
| 7098 | (list | 7098 | (list |
| @@ -7110,7 +7110,9 @@ documents.") | |||
| 7110 | ;; Tries to write to /tmp/guix-build-cwltool-3.fastq | 7110 | ;; Tries to write to /tmp/guix-build-cwltool-3.fastq |
| 7111 | " and not test_iwdr_writable_secondaryfiles" | 7111 | " and not test_iwdr_writable_secondaryfiles" |
| 7112 | ;; Tries to use cwl-runners. | 7112 | ;; Tries to use cwl-runners. |
| 7113 | " and not test_v1_0_arg_empty_prefix_separate_false")) | 7113 | " and not test_v1_0_arg_empty_prefix_separate_false" |
| 7114 | ;; Tries to connect to the internet. | ||
| 7115 | " and not test_issue_1765_print_deps_with_workflows_having_namespace_location_steps")) | ||
| 7114 | #:phases | 7116 | #:phases |
| 7115 | #~(modify-phases %standard-phases | 7117 | #~(modify-phases %standard-phases |
| 7116 | (add-after 'unpack 'loosen-version-restrictions | 7118 | (add-after 'unpack 'loosen-version-restrictions |
