gnu: r-annotate: Update to 1.58.0.

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

View File

@ -6149,14 +6149,14 @@ data types as well.")
(define-public r-annotate
(package
(name "r-annotate")
(version "1.56.2")
(version "1.58.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotate" version))
(sha256
(base32
"0ybg9k1s289h15nj1kp9821i1rsk1gkn8i8blplmk7gsgpbw1f42"))))
"1qmncyvy147a1ll3iri45p822kcs3s7583jfnq9jf6sz9ilk8cjf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)