gnu: r-annotationdbi: Update to 1.38.0.

* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.38.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:40:44 +02:00
parent b2fff403c8
commit aafaab22d3
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -6555,13 +6555,13 @@ (define-public r-biobase
(define-public r-annotationdbi
(package
(name "r-annotationdbi")
(version "1.36.2")
(version "1.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationDbi" version))
(sha256
(base32
"0574lmyisn3nv9aicz9x3iivx990da4q2j4i0f1jz0mpj9v3vc2w"))))
"1xffm98s817mfc827cnr0by6167nlrl1glxzjawzz0rkghs41g27"))))
(properties
`((upstream-name . "AnnotationDbi")))
(build-system r-build-system)