mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-biocworkflowtools: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.18.0.
This commit is contained in:
parent
e828fa21bb
commit
36f51f8afe
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue