guix-commits
[Top][All Lists]
Advanced

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

135/265: gnu: r-topgo: Update to 2.37.0.


From: guix-commits
Subject: 135/265: gnu: r-topgo: Update to 2.37.0.
Date: Sun, 15 Dec 2019 09:40:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 323f42b2ca58b380c08a9fabbcecb2acb648af17
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:11:37 2019 +0100

    gnu: r-topgo: Update to 2.37.0.
    
    * gnu/packages/bioinformatics.scm (r-topgo): Update to 2.37.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 68274f1..e6a2b69 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7985,13 +7985,13 @@ information about the latest version of the Gene 
Ontologies.")
 (define-public r-topgo
   (package
     (name "r-topgo")
-    (version "2.36.0")
+    (version "2.37.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "topGO" version))
               (sha256
                (base32
-                "09z42jwz5vh289ijz3x68zv5vmgkgcbhlp73vvmna1gld5lh5kz1"))))
+                "1cplr92aq3pa266ilvmg9xfmc95gag89b5jka04a5mh88j24y2ca"))))
     (properties
      `((upstream-name . "topGO")))
     (build-system r-build-system)



reply via email to

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