me
/
guix
Archived
1
0
Fork 0

gnu: r-mast: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-mast): Update to 1.12.0.
[propagated-inputs]: Remove r-blme.
master
Ricardo Wurmus 2019-12-15 14:40:57 +01:00
parent a5cc1f104b
commit dc5237f85e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -2441,19 +2441,18 @@ interactive exploration of results.")
(define-public r-mast
(package
(name "r-mast")
(version "1.10.0")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MAST" version))
(sha256
(base32
"0f2qkp346095k9m45frpd3bivrvaps9wlm0m3n0z8j0aj7w1kqlx"))))
"1l78rrwkzyswpj6pgc9z8290fqrk4akba76invkkazpyh91r8gga"))))
(properties `((upstream-name . "MAST")))
(build-system r-build-system)
(propagated-inputs
`(("r-abind" ,r-abind)
("r-blme" ,r-blme)
("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics)
("r-data-table" ,r-data-table)