diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-13 23:27:49 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-13 23:34:39 +0100 |
commit | fc7683fa30035221612d883dea82413c048f3454 (patch) | |
tree | 352eeb8bd84f927ff05f06a911fb646b22a2f900 | |
parent | cb9e6ed7029a546202f6ddebe49aafd9287ff85a (diff) | |
download | guix-fc7683fa30035221612d883dea82413c048f3454.tar guix-fc7683fa30035221612d883dea82413c048f3454.tar.gz |
gnu: r-org-hs-eg-db: Update to 3.7.0.
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Update to 3.7.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 7101f28ba0..b7f1970ad5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8149,7 +8149,7 @@ downloaded from Encode.") (define-public r-org-hs-eg-db (package (name "r-org-hs-eg-db") - (version "3.5.0") + (version "3.7.0") (source (origin (method url-fetch) ;; We cannot use bioconductor-uri here because this tarball is @@ -8159,7 +8159,7 @@ downloaded from Encode.") "org.Hs.eg.db_" version ".tar.gz")) (sha256 (base32 - "1v6wa5613cjq59xd7x1qz8lr9nb2abm9abl2cci1khrnrlpla927")))) + "1qxz9l80yg3qdqszs6dsscp7lrpfi1bgd0pxh9j7q34vprzwhdim")))) (properties `((upstream-name . "org.Hs.eg.db"))) (build-system r-build-system) |