gnu: r-pheatmap: Update to 1.0.12.
* gnu/packages/statistics.scm (r-pheatmap): Update to 1.0.12.master
parent
ca2bc7e037
commit
b6e27673e6
|
@ -811,14 +811,14 @@ non-estimable cases correctly.")
|
||||||
(define-public r-pheatmap
|
(define-public r-pheatmap
|
||||||
(package
|
(package
|
||||||
(name "r-pheatmap")
|
(name "r-pheatmap")
|
||||||
(version "1.0.10")
|
(version "1.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pheatmap" version))
|
(uri (cran-uri "pheatmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jzxs5hwbz3r0z2pp09i7fd14sndxnrbm3zibaac3kny4nzydzf7"))))
|
"1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-gtable" ,r-gtable)
|
`(("r-gtable" ,r-gtable)
|
||||||
|
|
Reference in New Issue