diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 16:34:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 17:44:48 +0200 |
commit | 401528b2b5984c847676db8d94e046b98a4acf37 (patch) | |
tree | 7864e24005c95ed2ba5a80b09b8832b9f62bd356 | |
parent | 87a7c55ebd88b03c93b740d7b2a6d1c4db78854b (diff) | |
download | patches-401528b2b5984c847676db8d94e046b98a4acf37.tar patches-401528b2b5984c847676db8d94e046b98a4acf37.tar.gz |
gnu: r-go-db: Update to 3.3.0.
* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.3.0.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a4620e491e..f63f94347a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5839,7 +5839,7 @@ extracting the desired features in a convenient format.") (define-public r-go-db (package (name "r-go-db") - (version "3.2.2") + (version "3.3.0") (source (origin (method url-fetch) (uri (string-append "http://www.bioconductor.org/packages/" @@ -5847,7 +5847,7 @@ extracting the desired features in a convenient format.") version ".tar.gz")) (sha256 (base32 - "00gariag9ampz82dh0xllrc26r85d7vdcwc0vca5zdy147rwxr7f")))) + "0x2hkbhg9d8waw32hdn05887vv3zbs5aqff3mf5vfyzvl7xhgxy0")))) (properties `((upstream-name . "GO.db"))) (build-system r-build-system) |