gnu: r-mast: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-mast): Update to 1.10.0.
[propagated-inputs]: Add r-blme.
master
Ricardo Wurmus 2019-05-05 23:59:42 +02:00
parent 3fd2ea8883
commit a0ff725d6a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -2118,18 +2118,19 @@ interactive exploration of results.")
(define-public r-mast (define-public r-mast
(package (package
(name "r-mast") (name "r-mast")
(version "1.8.2") (version "1.10.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
"0rhx655dza0m6yg9jcfz2nmxqahvxx2l91kqgyp7qai0bzz9d9ix")))) "0f2qkp346095k9m45frpd3bivrvaps9wlm0m3n0z8j0aj7w1kqlx"))))
(properties `((upstream-name . "MAST"))) (properties `((upstream-name . "MAST")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-abind" ,r-abind) `(("r-abind" ,r-abind)
("r-blme" ,r-blme)
("r-biobase" ,r-biobase) ("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics) ("r-biocgenerics" ,r-biocgenerics)
("r-data-table" ,r-data-table) ("r-data-table" ,r-data-table)