gnu: r-complexheatmap: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.0.
This commit is contained in:
parent
d1463f1b0c
commit
d3fb2ad834
|
@ -10039,14 +10039,14 @@ provide added flexibility for data combination and manipulation.")
|
||||||
(define-public r-complexheatmap
|
(define-public r-complexheatmap
|
||||||
(package
|
(package
|
||||||
(name "r-complexheatmap")
|
(name "r-complexheatmap")
|
||||||
(version "1.17.1")
|
(version "1.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
|
||||||
"1x6kp55iqqsd8bhdl3qch95nfiy2y46ldbbsx1sj1v8f0b0ywwcy"))))
|
"0z57mrginzd40niy51dvnyqgbrij05ji0dbwqs3x2as80sq28i3q"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ComplexHeatmap")))
|
`((upstream-name . "ComplexHeatmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue