rekado pushed a commit to branch wip-r
in repository guix.
commit 84a569ca2f5291be41b19318ec35579b97e4b907
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 b025808..d25d7cd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8363,13 +8363,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)