mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: r-complexheatmap: Update to 1.20.0.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.20.0.
This commit is contained in:
parent
d78c6aca55
commit
5ae5a8ebfc
1 changed files with 2 additions and 2 deletions
|
@ -10151,14 +10151,14 @@ (define-public r-genomicfiles
|
||||||
(define-public r-complexheatmap
|
(define-public r-complexheatmap
|
||||||
(package
|
(package
|
||||||
(name "r-complexheatmap")
|
(name "r-complexheatmap")
|
||||||
(version "1.18.1")
|
(version "1.20.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
|
||||||
"0qjwz1hzpjnc90jiinjkikfnr0shi72q3zfdjjz7pxydy0mglq8n"))))
|
"0s01dzcfj1lmpqfpsbqw7r4858krfzy499lz4cwx4fq3mbyvy2aj"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ComplexHeatmap")))
|
`((upstream-name . "ComplexHeatmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue