gnu: r-annotationdbi: Update to 1.50.1.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 2 Jul 2020 10:32:48 +0000 (12:32 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 2 Jul 2020 10:45:53 +0000 (12:45 +0200)
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.1.

gnu/packages/bioinformatics.scm

index 9c81e3c..7e97cde 100644 (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)