guix-commits
[Top][All Lists]
Advanced

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

48/92: gnu: r-go-db: Update to 3.6.0.


From: Ricardo Wurmus
Subject: 48/92: gnu: r-go-db: Update to 3.6.0.
Date: Tue, 30 Oct 2018 16:48:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 11824607504081dc99e844ec182ec31e7c63e239
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:45:59 2018 +0100

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



reply via email to

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