gnu: r-complexheatmap: Update to 2.18.0.
* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.18.0. Change-Id: I12810450763669d3bd9c3317453deb8ad5a0af42
This commit is contained in:
parent
c4c119d304
commit
dae712d26d
1 changed files with 2 additions and 2 deletions
|
|
@ -6778,14 +6778,14 @@ experiments.")
|
||||||
(define-public r-complexheatmap
|
(define-public r-complexheatmap
|
||||||
(package
|
(package
|
||||||
(name "r-complexheatmap")
|
(name "r-complexheatmap")
|
||||||
(version "2.16.0")
|
(version "2.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ComplexHeatmap" version))
|
(uri (bioconductor-uri "ComplexHeatmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08jpbw7qns736zq1fwk9lyr4qm7rgzzw3hksv59zwb1458a79pzy"))))
|
"0zzp0kci5daffpyv56advdcs05pz3nmjn07bmm7r3hwpk0nr3fcf"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ComplexHeatmap")))
|
`((upstream-name . "ComplexHeatmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
|
||||||
Reference in a new issue