mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-complexheatmap: Update to 2.4.2.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.4.2. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
8323ff3376
commit
ca5c92c0c7
1 changed files with 4 additions and 2 deletions
|
@ -10206,14 +10206,14 @@ (define-public r-genomicfiles
|
|||
(define-public r-complexheatmap
|
||||
(package
|
||||
(name "r-complexheatmap")
|
||||
(version "2.2.0")
|
||||
(version "2.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ComplexHeatmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pj6a6rmqckk033pkklk6hr4066rzavamy6w194rfdhind90rk0p"))))
|
||||
"01jxxwxhf9n8baxgja4rb592p5210s4ppd7a5b4xby5aalhzkr0l"))))
|
||||
(properties
|
||||
`((upstream-name . "ComplexHeatmap")))
|
||||
(build-system r-build-system)
|
||||
|
@ -10225,6 +10225,8 @@ (define-public r-complexheatmap
|
|||
("r-globaloptions" ,r-globaloptions)
|
||||
("r-png" ,r-png)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page
|
||||
"https://github.com/jokergoo/ComplexHeatmap")
|
||||
(synopsis "Making Complex Heatmaps")
|
||||
|
|
Loading…
Reference in a new issue