me
/
guix
Archived
1
0
Fork 0

gnu: r-complexheatmap: Update to 2.16.0.

* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.16.0.
master
Ricardo Wurmus 2023-04-28 17:59:52 +02:00
parent f86ea9868a
commit 176c45cb21
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6167,14 +6167,14 @@ experiments.")
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
(version "2.14.0")
(version "2.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
"1mf0h2j31m57jd3s1sj8ijn9wdgbg452d79drdkxypxqvpm7b927"))))
"08jpbw7qns736zq1fwk9lyr4qm7rgzzw3hksv59zwb1458a79pzy"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)