guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/49: gnu: r-annotationdbi: Update to 1.36.0.


From: Ricardo Wurmus
Subject: 28/49: gnu: r-annotationdbi: Update to 1.36.0.
Date: Wed, 26 Oct 2016 07:29:05 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit e45dc05781f0b7907ef59f731237a7ee4ef91053
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:57:44 2016 +0200

    gnu: r-annotationdbi: Update to 1.36.0.
    
    * gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.36.0.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 744fde3..e689409 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6332,13 +6332,13 @@ on Bioconductor or which replace R functions.")
 (define-public r-annotationdbi
   (package
     (name "r-annotationdbi")
-    (version "1.34.4")
+    (version "1.36.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "AnnotationDbi" version))
               (sha256
                (base32
-                "1k3gfsjrivc7467vg0h705hh4dvzgdhknz62j7zmfxm67qk9r8rq"))))
+                "0ydrqw1k1j5p6w76bwc753cx545c055x88q87wzya93858synj6r"))))
     (properties
      `((upstream-name . "AnnotationDbi")))
     (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]