gnu: r-complexheatmap: Update to 1.18.0.

* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 12:09:42 +02:00
parent d1463f1b0c
commit d3fb2ad834
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10039,14 +10039,14 @@ (define-public r-genomicfiles
(define-public r-complexheatmap
(package
(name "r-complexheatmap")
(version "1.17.1")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ComplexHeatmap" version))
(sha256
(base32
"1x6kp55iqqsd8bhdl3qch95nfiy2y46ldbbsx1sj1v8f0b0ywwcy"))))
"0z57mrginzd40niy51dvnyqgbrij05ji0dbwqs3x2as80sq28i3q"))))
(properties
`((upstream-name . "ComplexHeatmap")))
(build-system r-build-system)