gnu: r-heatmaply: Update to 1.4.0.
* gnu/packages/cran.scm (r-heatmaply): Update to 1.4.0.
This commit is contained in:
parent
1febddd3fb
commit
b042ae66a7
1 changed files with 2 additions and 2 deletions
|
@ -8283,14 +8283,14 @@ powerful and convenient features.")
|
||||||
(define-public r-heatmaply
|
(define-public r-heatmaply
|
||||||
(package
|
(package
|
||||||
(name "r-heatmaply")
|
(name "r-heatmaply")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "heatmaply" version))
|
(uri (cran-uri "heatmaply" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w8yyzb68laxd4zxycvgmpqj5wnyidjgv1vbzbxndp9p92f2cp8a"))))
|
"0q1vkf55a5r0ssybdbi2fyhn13p29kw04yp46c34n7apm0k2ymgi"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-assertthat
|
(list r-assertthat
|
||||||
|
|
Reference in a new issue