rekado pushed a commit to branch master
in repository guix.

commit d34959b8d4f4f20b3110fa6d6c54fa6f755a7a7c
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Tue Nov 13 23:28:33 2018 +0100

    gnu: r-org-mm-eg-db: Update to 3.7.0.
    
    * gnu/packages/bioinformatics.scm (r-org-mm-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 a4402b2..a1d87fc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8227,7 +8227,7 @@ annotations for the genome of the model fruit fly 
Drosophila melanogaster.")
 (define-public r-org-mm-eg-db
   (package
     (name "r-org-mm-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
@@ -8237,7 +8237,7 @@ annotations for the genome of the model fruit fly 
Drosophila melanogaster.")
                                   "org.Mm.eg.db_" version ".tar.gz"))
               (sha256
                (base32
-                "11q21p3ki4bn4hb3aix0g775l45l66jmas6m94nfhqqnpjhv4d6g"))))
+                "1i3nvrd3wjigf1rmgxq1p5xxc3p8v02h5gwi62s30rkrsyjjfjxx"))))
     (properties
      `((upstream-name . "org.Mm.eg.db")))
     (build-system r-build-system)

Reply via email to