diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 10:07:05 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 11:18:41 +0100 |
commit | 592f4a9434d3eb05fb81b506477411974bd97a04 (patch) | |
tree | 2f9a035caa462ae01c1e4d53260334a3bbc19723 | |
parent | e4664290ce0262a8373ca5e55eff9eb563f21181 (diff) | |
download | patches-592f4a9434d3eb05fb81b506477411974bd97a04.tar patches-592f4a9434d3eb05fb81b506477411974bd97a04.tar.gz |
gnu: r-go-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.5.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 d1124ecdd9..4d2e69e0b6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7247,7 +7247,7 @@ extracting the desired features in a convenient format.") (define-public r-go-db (package (name "r-go-db") - (version "3.4.0") + (version "3.5.0") (source (origin (method url-fetch) (uri (string-append "https://www.bioconductor.org/packages/" @@ -7255,7 +7255,7 @@ extracting the desired features in a convenient format.") version ".tar.gz")) (sha256 (base32 - "02cj8kqi5w39jwcs8gp1dgj08sah262ppxnkz4h3qd0w191y8yyl")))) + "02d1mn1al3q7qvhx1ylrr3ar4w4iw0qyi5d89v2336rzwk9maq35")))) (properties `((upstream-name . "GO.db"))) (build-system r-build-system) |