me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationdbi: Update to 1.48.0.

* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.48.0.
master
Ricardo Wurmus 2019-12-15 15:13:34 +01:00
parent 68a9d9f26a
commit de9ae3e7b1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7621,13 +7621,13 @@ on Bioconductor or which replace R functions.")
(define-public r-annotationdbi
(package
(name "r-annotationdbi")
(version "1.46.1")
(version "1.48.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationDbi" version))
(sha256
(base32
"13nanz4nzy0mcda8ljz2g8d81hpqfz6jky7ydz5hpk0g2264b9ga"))))
"09piz1f0xpbb4amskx4ilby6lfrn27hhwk75il2c4lq6m3hr4w8s"))))
(properties
`((upstream-name . "AnnotationDbi")))
(build-system r-build-system)