guix-commits
[Top][All Lists]
Advanced

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

51/112: gnu: r-topgo: Update to 2.32.0.


From: Ricardo Wurmus
Subject: 51/112: gnu: r-topgo: Update to 2.32.0.
Date: Sat, 2 Jun 2018 07:40:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f2eb2e453e8f64c84435dbdaac4229b95e338183
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:54:55 2018 +0200

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



reply via email to

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