diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 09:59:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-18 11:18:40 +0100 |
commit | 19fc299f68fe3484722bbd2bc7d033c7d9a2c3a4 (patch) | |
tree | 9d09a32cc6479dfa9535880c6255aeb6d57cc7c8 /gnu | |
parent | f3569f521820dd041d5c5ef5b4e9ee2a00064d68 (diff) | |
download | guix-19fc299f68fe3484722bbd2bc7d033c7d9a2c3a4.tar guix-19fc299f68fe3484722bbd2bc7d033c7d9a2c3a4.tar.gz |
gnu: r-org-dm-eg-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.5.0.
Diffstat (limited to 'gnu')
-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 6eb8833c69..d7efcaf45c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7557,7 +7557,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.") (define-public r-org-dm-eg-db (package (name "r-org-dm-eg-db") - (version "3.4.0") + (version "3.5.0") (source (origin (method url-fetch) ;; We cannot use bioconductor-uri here because this tarball is @@ -7567,7 +7567,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.") "org.Dm.eg.db_" version ".tar.gz")) (sha256 (base32 - "1vzbphbrh1cf7xi5cksia9xy9a9l42js2z2qsajvjxvddiphrb7j")))) + "033qak1d3wwz17va0bh8z8p8arx0aw2va6gm1qfwsvdkj9cd9d7d")))) (properties `((upstream-name . "org.Dm.eg.db"))) (build-system r-build-system) |