guix-commits
[Top][All Lists]
Advanced

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

12/16: gnu: r-org-ce-eg-db: Update to 3.5.0.


From: Ricardo Wurmus
Subject: 12/16: gnu: r-org-ce-eg-db: Update to 3.5.0.
Date: Sat, 18 Nov 2017 05:18:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e4664290ce0262a8373ca5e55eff9eb563f21181
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Nov 18 10:02:27 2017 +0100

    gnu: r-org-ce-eg-db: Update to 3.5.0.
    
    * gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.5.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 d7efcaf..d1124ec 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7531,7 +7531,7 @@ on mapping using Entrez Gene identifiers.")
 (define-public r-org-ce-eg-db
   (package
     (name "r-org-ce-eg-db")
-    (version "3.4.0")
+    (version "3.5.0")
     (source (origin
               (method url-fetch)
               ;; We cannot use bioconductor-uri here because this tarball is
@@ -7541,7 +7541,7 @@ on mapping using Entrez Gene identifiers.")
                                   "org.Ce.eg.db_" version ".tar.gz"))
               (sha256
                (base32
-                "12llfzrrc09kj2wzbisdspv38qzkzgpsbn8kv7qkwg746k3pq436"))))
+                "02ggchixlmzywhsbr0h2ms4dravv7m5964cjxqcjxqs16vjwlbk9"))))
     (properties
      `((upstream-name . "org.Ce.eg.db")))
     (build-system r-build-system)



reply via email to

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