mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mast: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-mast): Update to 1.16.0.
This commit is contained in:
parent
e26b5eefda
commit
532b106856
1 changed files with 2 additions and 2 deletions
|
@ -2946,14 +2946,14 @@ interactive exploration of results.")
|
||||||
(define-public r-mast
|
(define-public r-mast
|
||||||
(package
|
(package
|
||||||
(name "r-mast")
|
(name "r-mast")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MAST" version))
|
(uri (bioconductor-uri "MAST" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12d0q2fbq9d5jgyccmfv0cghv282s0j86wjfbnjpdf73fdrp6brr"))))
|
"11qr7n9i4masqz0yzikddchyn223m8dy6zv461dly07fd43qi9mn"))))
|
||||||
(properties `((upstream-name . "MAST")))
|
(properties `((upstream-name . "MAST")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue