gnu: r-complexheatmap: Update to 2.14.0.

* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.14.0.
This commit is contained in:
zimoun 2022-11-17 03:50:09 +01:00 committed by Ricardo Wurmus
parent bfed8f183d
commit ba197ae988
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4845,14 +4845,14 @@ (define-public r-chipseq
(define-public r-complexheatmap (define-public r-complexheatmap
(package (package
(name "r-complexheatmap") (name "r-complexheatmap")
(version "2.12.1") (version "2.14.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
"0b4p3ijhdcydfp0j58xlb5dn7d3m2x420n91rl9diqpg4r2gl0s8")))) "1mf0h2j31m57jd3s1sj8ijn9wdgbg452d79drdkxypxqvpm7b927"))))
(properties (properties
`((upstream-name . "ComplexHeatmap"))) `((upstream-name . "ComplexHeatmap")))
(build-system r-build-system) (build-system r-build-system)