Archived
1
0
Fork 0

gnu: r-complexheatmap: Update to 2.4.3.

* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.4.3.
This commit is contained in:
Ricardo Wurmus 2020-08-20 20:42:35 +02:00
parent e9d2cab0bf
commit 4e0acfe5e7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10189,14 +10189,14 @@ provide added flexibility for data combination and manipulation.")
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
(version "2.4.2")
(version "2.4.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
"01jxxwxhf9n8baxgja4rb592p5210s4ppd7a5b4xby5aalhzkr0l"))))
"1gx0hzrkla92pgmfkrm2zp0ccnhizq6rs26zgzpi5x8a5lvghh5q"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)