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
1 changed files with 2 additions and 2 deletions

View File

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