aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-06 21:40:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-07 08:15:36 +0100
commitd13a3fea7ea9b06dd1386211cf71cd097beceb30 (patch)
tree109c3c755a46d170263036e8d752bbcfb247f4db
parentaeb73879f64561ad6e666dc45d48c4332dcf544a (diff)
downloadguix-d13a3fea7ea9b06dd1386211cf71cd097beceb30.tar
guix-d13a3fea7ea9b06dd1386211cf71cd097beceb30.tar.gz
gnu: r-topgo: Update to 2.30.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.30.0.
-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 13adf37a73..5bfbc4f2e4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7282,13 +7282,13 @@ information about the latest version of the Gene Ontologies.")
(define-public r-topgo
(package
(name "r-topgo")
- (version "2.28.0")
+ (version "2.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "topGO" version))
(sha256
(base32
- "04kvxz9qsxfz0np7wlrzp4r95nykz94x7mqpyyk76f90g6m66vcc"))))
+ "1hqffz5qp7glxdvjp37005g8qk5nam3f9wpf6d1wjnzpar04f3dz"))))
(properties
`((upstream-name . "topGO")))
(build-system r-build-system)