mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-heatmaply: Update to 0.15.2.
* gnu/packages/cran.scm (r-heatmaply): Update to 0.15.2.
This commit is contained in:
parent
1fe9919a57
commit
19950821d7
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue