gnu: r-geneplotter: Update to 1.56.0.

* gnu/packages/bioinformatics.scm (r-geneplotter): Update to 1.56.0.
master
Ricardo Wurmus 2017-11-06 21:19:57 +01:00
parent 2d4e887dc0
commit cb4d3ff2c4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5701,14 +5701,14 @@ microarrays.")
(define-public r-geneplotter
(package
(name "r-geneplotter")
(version "1.54.0")
(version "1.56.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneplotter" version))
(sha256
(base32
"0a0ajns21db5rrjl16bq6wawggsnxr00fg184pc38nmfghv4z4b6"))))
"1z3g7frc1iviwrsv2dlm4nqvkc0685h4va0388yfxn102ln8wwma"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)