me
/
guix
Archived
1
0
Fork 0

gnu: r-pheatmap: Update to 1.0.10.

* gnu/packages/statistics.scm (r-pheatmap): Update to 1.0.10.
master
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 (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)