gnu: r-pheatmap: Update to 1.0.10.
* gnu/packages/statistics.scm (r-pheatmap): Update to 1.0.10.
This commit is contained in:
parent
99b225f3eb
commit
22cdc16fa4
|
@ -762,14 +762,14 @@ non-estimable cases correctly.")
|
||||||
(define-public r-pheatmap
|
(define-public r-pheatmap
|
||||||
(package
|
(package
|
||||||
(name "r-pheatmap")
|
(name "r-pheatmap")
|
||||||
(version "1.0.8")
|
(version "1.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pheatmap" version))
|
(uri (cran-uri "pheatmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ik0k69kb4n7xl3bkx4p09kw08ri93855zcsxq1c668171jqfiji"))))
|
"1jzxs5hwbz3r0z2pp09i7fd14sndxnrbm3zibaac3kny4nzydzf7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-gtable" ,r-gtable)
|
`(("r-gtable" ,r-gtable)
|
||||||
|
|
Loading…
Reference in New Issue