me
/
guix
Archived
1
0
Fork 0

gnu: r-geneplotter: Update to 1.52.0.

* gnu/packages/bioinformatics.scm (r-geneplotter): Update to 1.52.0.
master
Ricardo Wurmus 2016-10-26 08:44:11 +02:00
parent 9beba74f66
commit 6faa2a48f0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5216,14 +5216,14 @@ microarrays.")
(define-public r-geneplotter
(package
(name "r-geneplotter")
(version "1.50.0")
(version "1.52.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneplotter" version))
(sha256
(base32
"0lvrywl0251g4y0h0qlgkbg4l83ja5544c85z1wj30qxiy77iqc2"))))
"1p6yvxi243irhjxwm97hp73abhwampj0myyf8z00ij166674pc7h"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)