guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: r-topgo: Update to 2.38.1.


From: guix-commits
Subject: 05/18: gnu: r-topgo: Update to 2.38.1.
Date: Fri, 27 Dec 2019 15:30:44 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 04b181cb15aa6e2ad60f457556818e6b783722a9
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 27 20:31:26 2019 +0100

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



reply via email to

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