guix-commits
[Top][All Lists]
Advanced

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

52/55: gnu: r-org-hs-eg-db: Update to 3.3.0.


From: Ricardo Wurmus
Subject: 52/55: gnu: r-org-hs-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 5cc7cff6ef5693e2bebe9e4fda4dcba87e13cd32
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 12 16:34:18 2016 +0200

    gnu: r-org-hs-eg-db: Update to 3.3.0.
    
    * gnu/packages/bioinformatics.scm (r-org-hs-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 f63f943..733669b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6060,7 +6060,7 @@ downloaded from Encode.")
 (define-public r-org-hs-eg-db
   (package
     (name "r-org-hs-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
@@ -6070,7 +6070,7 @@ downloaded from Encode.")
                                   "org.Hs.eg.db_" version ".tar.gz"))
               (sha256
                (base32
-                "0xicgkbh6xkvs74s1piafqac63dyz2ycdyil4pj4ghhxx2sabm6p"))))
+                "09zb43yjd82ny210n5a0wsrji4w56l2r6ana6d9lx0nn9mzd7rzp"))))
     (properties
      `((upstream-name . "org.Hs.eg.db")))
     (build-system r-build-system)



reply via email to

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