gnu: r-complexheatmap: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.1.
This commit is contained in:
parent
a1c7016498
commit
1f73fd017c
|
@ -10070,14 +10070,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.18.0")
|
(version "1.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ComplexHeatmap" version))
|
(uri (bioconductor-uri "ComplexHeatmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z57mrginzd40niy51dvnyqgbrij05ji0dbwqs3x2as80sq28i3q"))))
|
"0qjwz1hzpjnc90jiinjkikfnr0shi72q3zfdjjz7pxydy0mglq8n"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ComplexHeatmap")))
|
`((upstream-name . "ComplexHeatmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue