gnu: r-annotationdbi: Update to 1.34.4.

* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.34.4.
master
Ben Woodcroft 2016-07-28 21:09:06 +10:00
parent 7a0594fb5d
commit ae60f3801a
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -4781,13 +4781,13 @@ on Bioconductor or which replace R functions.")
(define-public r-annotationdbi
(package
(name "r-annotationdbi")
(version "1.34.2")
(version "1.34.4")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationDbi" version))
(sha256
(base32
"0nw6c23098gkjlwlrra4rh1m65azczb31qr01pq81cn5gya1zkr4"))))
"1k3gfsjrivc7467vg0h705hh4dvzgdhknz62j7zmfxm67qk9r8rq"))))
(properties
`((upstream-name . "AnnotationDbi")))
(build-system r-build-system)