guix-commits
[Top][All Lists]
Advanced

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

43/296: gnu: r-topgo: Update to 2.40.0.


From: guix-commits
Subject: 43/296: gnu: r-topgo: Update to 2.40.0.
Date: Fri, 12 Jun 2020 19:29:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 543fd63c2e1f3834c07e139ff30686d7ff486372
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:15:07 2020 +0200

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



reply via email to

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