gnu: r-geneplotter: Update to 1.58.0.

* gnu/packages/bioinformatics.scm (r-geneplotter): Update to 1.58.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:44:06 +02:00
parent 14e9235f0c
commit 4d70c8c486
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6199,14 +6199,14 @@ penalized least squares regression method.")
(define-public r-geneplotter
(package
(name "r-geneplotter")
(version "1.56.0")
(version "1.58.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneplotter" version))
(sha256
(base32
"1z3g7frc1iviwrsv2dlm4nqvkc0685h4va0388yfxn102ln8wwma"))))
"055g28xgiazl4l0gkg8xiamks64f5yckjjyvw1abd6d6qjavwx0g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)