guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: r-go-db: Update to 3.7.0.


From: Ricardo Wurmus
Subject: 02/08: gnu: r-go-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 13e70f6304e9b13bdadc15bff33357f44173fe89
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Nov 13 23:27:24 2018 +0100

    gnu: r-go-db: Update to 3.7.0.
    
    * gnu/packages/bioinformatics.scm (r-go-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 f48b6bd..2b3fc0a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7910,7 +7910,7 @@ extracting the desired features in a convenient format.")
 (define-public r-go-db
   (package
     (name "r-go-db")
-    (version "3.6.0")
+    (version "3.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.bioconductor.org/packages/";
@@ -7918,7 +7918,7 @@ extracting the desired features in a convenient format.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fi2qywr9apg5lwfqfq9qq6bgrnv4rdhxx25656qn4bsy62i838j"))))
+                "0i3wcf5h3n0dawzc1hy0kv74f06j80c47n4p3g3fmrcxlhi3jpa5"))))
     (properties
      `((upstream-name . "GO.db")))
     (build-system r-build-system)



reply via email to

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