gnu: r-heatmaply: Update to 1.3.0.

* gnu/packages/cran.scm (r-heatmaply): Update to 1.3.0.
This commit is contained in:
Ricardo Wurmus 2021-11-01 17:52:19 +00:00
parent a511e032de
commit 342ee97102
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6795,14 +6795,14 @@ (define-public r-heatmap3
(define-public r-heatmaply
(package
(name "r-heatmaply")
(version "1.2.1")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "heatmaply" version))
(sha256
(base32
"0hspfkninwy62sf8gkdcsvwnvl66bbnjs2dpah9rr95a3rsgdp9d"))))
"1w8yyzb68laxd4zxycvgmpqj5wnyidjgv1vbzbxndp9p92f2cp8a"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)