rekado pushed a commit to branch master
in repository guix.
commit 6a7de43a5858b7969c3a96e34f849ec074a3a1fc
Author: Roel Janssen <[email protected]>
AuthorDate: Wed Nov 18 16:04:40 2020 +0100
gnu: r-topgo: Update 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 f6b860c..79a7c1b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8500,13 +8500,13 @@ information about the latest version of the Gene
Ontologies.")
(define-public r-topgo
(package
(name "r-topgo")
- (version "2.40.0")
+ (version "2.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "topGO" version))
(sha256
(base32
- "13rhbvn27sj75fklf1cnjaazacx8yyjlhqlnbp5zk157q6y5cwdr"))))
+ "0vr3l9gvd3dhy446k3fkj6rm7z1abxi56rbnrs64297yzxaz1ngl"))))
(properties
`((upstream-name . "topGO")))
(build-system r-build-system)