guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: r-org-hs-eg-db: Update to 3.7.0.


From: Ricardo Wurmus
Subject: 04/08: gnu: r-org-hs-eg-db: Update to 3.7.0.
Date: Tue, 13 Nov 2018 17:34:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fc7683fa30035221612d883dea82413c048f3454
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Nov 13 23:27:49 2018 +0100

    gnu: r-org-hs-eg-db: Update to 3.7.0.
    
    * gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Update to 3.7.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 7101f28..b7f1970 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8149,7 +8149,7 @@ downloaded from Encode.")
 (define-public r-org-hs-eg-db
   (package
     (name "r-org-hs-eg-db")
-    (version "3.5.0")
+    (version "3.7.0")
     (source (origin
               (method url-fetch)
               ;; We cannot use bioconductor-uri here because this tarball is
@@ -8159,7 +8159,7 @@ downloaded from Encode.")
                                   "org.Hs.eg.db_" version ".tar.gz"))
               (sha256
                (base32
-                "1v6wa5613cjq59xd7x1qz8lr9nb2abm9abl2cci1khrnrlpla927"))))
+                "1qxz9l80yg3qdqszs6dsscp7lrpfi1bgd0pxh9j7q34vprzwhdim"))))
     (properties
      `((upstream-name . "org.Hs.eg.db")))
     (build-system r-build-system)



reply via email to

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