mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-biocworkflowtools: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.16.0.
This commit is contained in:
parent
feb0cbf402
commit
7891c83c3e
1 changed files with 2 additions and 2 deletions
|
@ -8114,14 +8114,14 @@ (define-public r-biocset
|
|||
(define-public r-biocworkflowtools
|
||||
(package
|
||||
(name "r-biocworkflowtools")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocWorkflowTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p9r71ql67sdlgd5pv118lhz8b85pr5y4ijfwzcy8wrr8jwlbddy"))))
|
||||
"0lvckdy20bhgyhqbccp0rdfi2p6vvip694r27qwpyi5092nfmqh6"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocWorkflowTools")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue