mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-mast: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-mast): Update to 1.14.0.
This commit is contained in:
parent
ee1e8fee89
commit
97cba97aa1
1 changed files with 2 additions and 2 deletions
|
@ -2837,14 +2837,14 @@ (define-public r-icobra
|
|||
(define-public r-mast
|
||||
(package
|
||||
(name "r-mast")
|
||||
(version "1.12.0")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MAST" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l78rrwkzyswpj6pgc9z8290fqrk4akba76invkkazpyh91r8gga"))))
|
||||
"12d0q2fbq9d5jgyccmfv0cghv282s0j86wjfbnjpdf73fdrp6brr"))))
|
||||
(properties `((upstream-name . "MAST")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue