gnu: r-annotationdbi: Update to 1.36.0.

* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.36.0.
This commit is contained in:
Ricardo Wurmus 2016-10-26 08:57:44 +02:00
parent 464870caf7
commit e45dc05781
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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