guix-commits
[Top][All Lists]
Advanced

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

53/55: gnu: r-org-ce-eg-db: Update to 3.3.0.


From: Ricardo Wurmus
Subject: 53/55: gnu: r-org-ce-eg-db: Update to 3.3.0.
Date: Mon, 12 Sep 2016 15:45:06 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 019be09060f1459b078e6ac11e0c36c33f2e1991
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 12 16:34:31 2016 +0200

    gnu: r-org-ce-eg-db: Update to 3.3.0.
    
    * gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.3.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 733669b..181c609 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6086,7 +6086,7 @@ annotations for the human genome.")
 (define-public r-org-ce-eg-db
   (package
     (name "r-org-ce-eg-db")
-    (version "3.2.3")
+    (version "3.3.0")
     (source (origin
               (method url-fetch)
               ;; We cannot use bioconductor-uri here because this tarball is
@@ -6096,7 +6096,7 @@ annotations for the human genome.")
                                   "org.Ce.eg.db_" version ".tar.gz"))
               (sha256
                (base32
-                "1d0lx00ybq34yqs6mziaa0lrh77xm0ggsmi76g6k95f77gi7m1sw"))))
+                "17mvb2ci2jgac3zi420cbf70n4zswqinzxlk1v2fjnp8vvydl2fw"))))
     (properties
      `((upstream-name . "org.Ce.eg.db")))
     (build-system r-build-system)



reply via email to

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