3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-annotationdbi: Update to 1.50.1.

* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.1.
This commit is contained in:
Ricardo Wurmus 2020-07-02 12:32:48 +02:00
parent 95ccca19df
commit bd978be3ae
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7894,13 +7894,13 @@ on Bioconductor or which replace R functions.")
(define-public r-annotationdbi
(package
(name "r-annotationdbi")
(version "1.50.0")
(version "1.50.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationDbi" version))
(sha256
(base32
"10gplxal0qphcn29azv0i6hiim9q45lmhzvhhhsnwfhwpgja7p05"))))
"00pd8lsdppxlmx0l65phw0jhsm0qkwjc4wsdxpvgc31iiz9yslbj"))))
(properties
`((upstream-name . "AnnotationDbi")))
(build-system r-build-system)