gnu: r-heatmaply: Update to 0.15.2.

* gnu/packages/cran.scm (r-heatmaply): Update to 0.15.2.
This commit is contained in:
Ricardo Wurmus 2018-09-05 19:37:05 +02:00
parent 1fe9919a57
commit 19950821d7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3407,14 +3407,14 @@ (define-public r-powerplus
(define-public r-heatmaply
(package
(name "r-heatmaply")
(version "0.14.1")
(version "0.15.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "heatmaply" version))
(sha256
(base32
"03p2caclhfgqgpx3wwck5h06jy3mxgs05gjmwkb7hmwghkjh41jc"))))
"0h8s5djzj4mrmaswlcaap6jbwxrkbzc43bbqik3qf8vrqz335w04"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)