me
/
guix
Archived
1
0
Fork 0

gnu: r-heatmaply: Update to 1.1.0.

* gnu/packages/cran.scm (r-heatmaply): Update to 1.1.0.
master
Ricardo Wurmus 2020-04-01 11:11:37 +02:00
parent c7e4a01669
commit 76fb1e8f3f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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