me
/
guix
Archived
1
0
Fork 0

gnu: r-complexheatmap: Update to 2.12.1.

* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.12.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3771,14 +3771,14 @@ experiments.")
(define-public r-complexheatmap (define-public r-complexheatmap
(package (package
(name "r-complexheatmap") (name "r-complexheatmap")
(version "2.12.0") (version "2.12.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
"15b49vlkl89prcw70mlw066z0gxhs26x8dpfn6qr3gz7hihygs65")))) "0b4p3ijhdcydfp0j58xlb5dn7d3m2x420n91rl9diqpg4r2gl0s8"))))
(properties (properties
`((upstream-name . "ComplexHeatmap"))) `((upstream-name . "ComplexHeatmap")))
(build-system r-build-system) (build-system r-build-system)