rekado pushed a commit to branch wip-r
in repository guix.
commit 5eb9608f141c8758af272c62f8f21dabb1265999
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 15:59:18 2020 +0100
gnu: r-topgo: Update to 2.41.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.41.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 cd7ed8d..4660eab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8289,13 +8289,13 @@ information about the latest version of the Gene
Ontologies.")
(define-public r-topgo
(package
(name "r-topgo")
- (version "2.40.0")
+ (version "2.41.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "topGO" version))
(sha256
(base32
- "13rhbvn27sj75fklf1cnjaazacx8yyjlhqlnbp5zk157q6y5cwdr"))))
+ "1ks06q21qlyv50ynhvpkicp6603c4lr1yz1dzfi7frkwmjqg9k83"))))
(properties
`((upstream-name . "topGO")))
(build-system r-build-system)