gnu: r-heatmaply: Update to 1.1.1.

* gnu/packages/cran.scm (r-heatmaply): Update to 1.1.1.
This commit is contained in:
Ricardo Wurmus 2020-08-30 23:28:11 +02:00
parent efb0470b7d
commit c35973954f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -5184,14 +5184,14 @@ functions to enforce symmetric scales or add tags to facetted plots.")
(define-public r-heatmaply
(package
(name "r-heatmaply")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "heatmaply" version))
(sha256
(base32
"133q8ir45vhfxs2lnd96k97g21ihg2arfhp349kmk339pk32fcxz"))))
"02fv66h61y55bn5wrnlvhj7v6xwqs3pddyp3jgk554s1zv4qs2fr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)