summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-10-26 09:02:32 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-10-26 09:28:19 +0200
commitd1b1587cad1b5922d21b8821e582f14de83e1a11 (patch)
treecdb506dc2a357c188b0c6c9f5bfd6106756f1c03 /gnu
parentb17aac083e153215defc4959155c8dddf329358e (diff)
downloadpatches-d1b1587cad1b5922d21b8821e582f14de83e1a11.tar
patches-d1b1587cad1b5922d21b8821e582f14de83e1a11.tar.gz
gnu: r-go-db: Update to 3.4.0.
* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.4.0.
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 b76eaa0336..0987bffcb8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6631,7 +6631,7 @@ extracting the desired features in a convenient format.")
(define-public r-go-db
(package
(name "r-go-db")
- (version "3.3.0")
+ (version "3.4.0")
(source (origin
(method url-fetch)
(uri (string-append "http://www.bioconductor.org/packages/"
@@ -6639,7 +6639,7 @@ extracting the desired features in a convenient format.")
version ".tar.gz"))
(sha256
(base32
- "0x2hkbhg9d8waw32hdn05887vv3zbs5aqff3mf5vfyzvl7xhgxy0"))))
+ "02cj8kqi5w39jwcs8gp1dgj08sah262ppxnkz4h3qd0w191y8yyl"))))
(properties
`((upstream-name . "GO.db")))
(build-system r-build-system)