1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: cwltool: Update to 3.1.20260315121657.

* gnu/packages/bioinformatics.scm (cwltool): Update to 3.1.20260315121657.

Change-Id: I1c4503aa65a638a905f8b49235578564fa40802f
This commit is contained in:
Arun Isaac
2026-03-24 22:47:42 +00:00
parent e7020545b3
commit 7c586f7af8
+5 -3
View File
@@ -7083,7 +7083,7 @@ documents.")
(define-public cwltool (define-public cwltool
(package (package
(name "cwltool") (name "cwltool")
(version "3.1.20250925164626") (version "3.1.20260315121657")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@@ -7092,7 +7092,7 @@ documents.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"13mv7qcl64gng8bq0y9garp0vvn9851n98vzi75ppl16pjkkziks")))) "07glkzm9af9n1jsmqk6vgrjkxhgjask9jy56g7zca20sz7hpmiyi"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@@ -7110,7 +7110,9 @@ documents.")
;; Tries to write to /tmp/guix-build-cwltool-3.fastq ;; Tries to write to /tmp/guix-build-cwltool-3.fastq
" and not test_iwdr_writable_secondaryfiles" " and not test_iwdr_writable_secondaryfiles"
;; Tries to use cwl-runners. ;; Tries to use cwl-runners.
" and not test_v1_0_arg_empty_prefix_separate_false")) " and not test_v1_0_arg_empty_prefix_separate_false"
;; Tries to connect to the internet.
" and not test_issue_1765_print_deps_with_workflows_having_namespace_location_steps"))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'loosen-version-restrictions (add-after 'unpack 'loosen-version-restrictions