gnu: r-pheatmap: Update to 1.0.10.

* gnu/packages/statistics.scm (r-pheatmap): Update to 1.0.10.
This commit is contained in:
Ricardo Wurmus 2018-05-31 12:34:29 +02:00
parent 99b225f3eb
commit 22cdc16fa4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -762,14 +762,14 @@ non-estimable cases correctly.")
(define-public r-pheatmap
(package
(name "r-pheatmap")
(version "1.0.8")
(version "1.0.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "pheatmap" version))
(sha256
(base32
"1ik0k69kb4n7xl3bkx4p09kw08ri93855zcsxq1c668171jqfiji"))))
"1jzxs5hwbz3r0z2pp09i7fd14sndxnrbm3zibaac3kny4nzydzf7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-gtable" ,r-gtable)