mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocworkflowtools: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.22.0.
This commit is contained in:
parent
22300462dd
commit
a56e8ec8fb
1 changed files with 2 additions and 2 deletions
|
@ -13291,14 +13291,14 @@ accessing web references for elements/sets are also available in BiocSet.")
|
||||||
(define-public r-biocworkflowtools
|
(define-public r-biocworkflowtools
|
||||||
(package
|
(package
|
||||||
(name "r-biocworkflowtools")
|
(name "r-biocworkflowtools")
|
||||||
(version "1.20.0")
|
(version "1.22.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
|
||||||
"1j9s8w5y8savcmh70npkanxacq1kipxnwk1wsiw5hwnp1p13ldaa"))))
|
"1jj4icpkhrv9f6yx3vghkpdil1pfghf3yvc9756wmndvhs100r5l"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocWorkflowTools")))
|
`((upstream-name . "BiocWorkflowTools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue