mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: r-mast: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-mast): Update to 1.10.0. [propagated-inputs]: Add r-blme.
This commit is contained in:
parent
3fd2ea8883
commit
a0ff725d6a
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue