gnu: r-complexheatmap: Update to 2.12.1.

* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.12.1.
This commit is contained in:
Ricardo Wurmus 2022-10-03 18:20:52 +02:00
parent 038eeeaf2a
commit c82320aa21
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3771,14 +3771,14 @@ (define-public r-chipseq
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
(version "2.12.0")
(version "2.12.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
"15b49vlkl89prcw70mlw066z0gxhs26x8dpfn6qr3gz7hihygs65"))))
"0b4p3ijhdcydfp0j58xlb5dn7d3m2x420n91rl9diqpg4r2gl0s8"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)