mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 21:19:33 +01:00
gnu: r-gseabase: Update to 1.50.1.
* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.50.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
7d8b96e24b
commit
a8613ff861
1 changed files with 4 additions and 2 deletions
|
@ -7113,14 +7113,14 @@ the graph algorithms contained in the Boost library.")
|
||||||
(define-public r-gseabase
|
(define-public r-gseabase
|
||||||
(package
|
(package
|
||||||
(name "r-gseabase")
|
(name "r-gseabase")
|
||||||
(version "1.48.0")
|
(version "1.50.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GSEABase" version))
|
(uri (bioconductor-uri "GSEABase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kcb90sxlf19d5dxhdbqk9x62svky4262cccl0wxarbq6gf3bd57"))))
|
"1k4faj53cwvqijad8cf7fcghzxcv9shlbpl8n73bsncc8k192y2j"))))
|
||||||
(properties `((upstream-name . "GSEABase")))
|
(properties `((upstream-name . "GSEABase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -7130,6 +7130,8 @@ the graph algorithms contained in the Boost library.")
|
||||||
("r-biocgenerics" ,r-biocgenerics)
|
("r-biocgenerics" ,r-biocgenerics)
|
||||||
("r-graph" ,r-graph)
|
("r-graph" ,r-graph)
|
||||||
("r-xml" ,r-xml)))
|
("r-xml" ,r-xml)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/GSEABase")
|
(home-page "https://bioconductor.org/packages/GSEABase")
|
||||||
(synopsis "Gene set enrichment data structures and methods")
|
(synopsis "Gene set enrichment data structures and methods")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue