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 (define-public r-heatmaply
(package (package
(name "r-heatmaply") (name "r-heatmaply")
(version "0.14.1") (version "0.15.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "heatmaply" version)) (uri (cran-uri "heatmaply" version))
(sha256 (sha256
(base32 (base32
"03p2caclhfgqgpx3wwck5h06jy3mxgs05gjmwkb7hmwghkjh41jc")))) "0h8s5djzj4mrmaswlcaap6jbwxrkbzc43bbqik3qf8vrqz335w04"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-assertthat" ,r-assertthat) `(("r-assertthat" ,r-assertthat)