guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Update r-topgo to 2.42.0.


From: guix-commits
Subject: 02/03: gnu: Update r-topgo to 2.42.0.
Date: Wed, 18 Nov 2020 10:08:04 -0500 (EST)

roelj pushed a commit to branch wip-r
in repository guix.

commit bc9add81bfa221ae4c20ebc258afecab21afe3a1
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 16:04:40 2020 +0100

    gnu: Update r-topgo to 2.42.0.
    
    * gnu/packages/bioinformatics.scm (r-topgo): Update to 2.42.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 e0e7433..c2103c5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8364,13 +8364,13 @@ information about the latest version of the Gene 
Ontologies.")
 (define-public r-topgo
   (package
     (name "r-topgo")
-    (version "2.41.0")
+    (version "2.42.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "topGO" version))
               (sha256
                (base32
-                "1ks06q21qlyv50ynhvpkicp6603c4lr1yz1dzfi7frkwmjqg9k83"))))
+                "0vr3l9gvd3dhy446k3fkj6rm7z1abxi56rbnrs64297yzxaz1ngl"))))
     (properties
      `((upstream-name . "topGO")))
     (build-system r-build-system)



reply via email to

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