summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-12 16:15:07 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-06-13 01:19:42 +0200
commit543fd63c2e1f3834c07e139ff30686d7ff486372 (patch)
treea3d520e076be36dd4f8e66d351e35cde19214ff5 /gnu
parenta285314e298c66b8c9a4c640672f86665ee05278 (diff)
downloadguix-543fd63c2e1f3834c07e139ff30686d7ff486372.tar.gz
gnu: r-topgo: Update to 2.40.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.40.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 54c5f8c764..c018b56bea 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)