mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-biocworkflowtools: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.26.0.
This commit is contained in:
parent
37de521f22
commit
2f1c5f361f
1 changed files with 2 additions and 2 deletions
|
@ -17745,14 +17745,14 @@ (define-public r-biocset
|
||||||
(define-public r-biocworkflowtools
|
(define-public r-biocworkflowtools
|
||||||
(package
|
(package
|
||||||
(name "r-biocworkflowtools")
|
(name "r-biocworkflowtools")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocWorkflowTools" version))
|
(uri (bioconductor-uri "BiocWorkflowTools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00cy5lqmfap57bm2s00bis9ddci2lv1lrp0mk5ydgx061p4ym29i"))))
|
"1zvjj0hpqwdv7yifqwyb14166ppxw91d964gz4xclism5z5lvyln"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocWorkflowTools")))
|
`((upstream-name . "BiocWorkflowTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue