guix-commits
[Top][All Lists]
Advanced

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

06/20: gnu: r-topgo: Update to 2.30.1.


From: Ricardo Wurmus
Subject: 06/20: gnu: r-topgo: Update to 2.30.1.
Date: Thu, 1 Mar 2018 15:29:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 61cbd49b305363e4965b3d14bf4b1935427138e2
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 1 21:16:35 2018 +0100

    gnu: r-topgo: Update to 2.30.1.
    
    * gnu/packages/bioinformatics.scm (r-topgo): Update to 2.30.1.
---
 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 97bbc6c..8985156 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7519,13 +7519,13 @@ information about the latest version of the Gene 
Ontologies.")
 (define-public r-topgo
   (package
     (name "r-topgo")
-    (version "2.30.0")
+    (version "2.30.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "topGO" version))
               (sha256
                (base32
-                "1hqffz5qp7glxdvjp37005g8qk5nam3f9wpf6d1wjnzpar04f3dz"))))
+                "1cgz4knxr328xfqlhl6ypxl6x86rfrlqz748kn94ainxjzz55i6x"))))
     (properties
      `((upstream-name . "topGO")))
     (build-system r-build-system)



reply via email to

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