mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-biocworkflowtools: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.14.0.
This commit is contained in:
parent
723fa00d11
commit
6a88291d1a
1 changed files with 2 additions and 2 deletions
|
@ -7989,14 +7989,14 @@ (define-public r-biocset
|
|||
(define-public r-biocworkflowtools
|
||||
(package
|
||||
(name "r-biocworkflowtools")
|
||||
(version "1.12.1")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocWorkflowTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z28s572wg9qxv52dmixxz1xf1z3fyp2j7kzk0k32fp628918wr6"))))
|
||||
"0p9r71ql67sdlgd5pv118lhz8b85pr5y4ijfwzcy8wrr8jwlbddy"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocWorkflowTools")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue