summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-03-01 21:16:35 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-03-01 21:28:53 +0100
commit61cbd49b305363e4965b3d14bf4b1935427138e2 (patch)
treedef9d7ebb9833b1477be9453ee8ca370d8cdb4c4 /gnu
parent535014ce605ea10b1642b065a9cf08c565ae43d7 (diff)
downloadguix-patches-61cbd49b305363e4965b3d14bf4b1935427138e2.tar
guix-patches-61cbd49b305363e4965b3d14bf4b1935427138e2.tar.gz
gnu: r-topgo: Update to 2.30.1.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.30.1.
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 97bbc6cf38..8985156e52 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7519,13 +7519,13 @@ information about the latest version of the Gene Ontologies.")
(define-public r-topgo
(package
(name "r-topgo")
- (version "2.30.0")
+ (version "2.30.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "topGO" version))
(sha256
(base32
- "1hqffz5qp7glxdvjp37005g8qk5nam3f9wpf6d1wjnzpar04f3dz"))))
+ "1cgz4knxr328xfqlhl6ypxl6x86rfrlqz748kn94ainxjzz55i6x"))))
(properties
`((upstream-name . "topGO")))
(build-system r-build-system)