gnu: r-biocworkflowtools: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.18.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:50:12 +02:00
parent e828fa21bb
commit 36f51f8afe
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11702,14 +11702,14 @@ (define-public r-biocset
(define-public r-biocworkflowtools
(package
(name "r-biocworkflowtools")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocWorkflowTools" version))
(sha256
(base32
"0lvckdy20bhgyhqbccp0rdfi2p6vvip694r27qwpyi5092nfmqh6"))))
"1a32bwgnxaw0gv2gij2p4rm0a6l06jjhidvfz2v4k900pz1w79av"))))
(properties
`((upstream-name . "BiocWorkflowTools")))
(build-system r-build-system)