diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-13 23:28:19 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-13 23:34:39 +0100 |
commit | 314511b86273ff1cb61a476cdb825f80b96dde0b (patch) | |
tree | e55da433f343d99c434885d6a6d4828c4f4e56b4 /gnu | |
parent | 76bd16bcf6e42e3192b8aaefce26cef56d8bfc40 (diff) | |
download | patches-314511b86273ff1cb61a476cdb825f80b96dde0b.tar patches-314511b86273ff1cb61a476cdb825f80b96dde0b.tar.gz |
gnu: r-org-dm-eg-db: Update to 3.7.0.
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.7.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 fe61fc601e..a4402b2737 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8201,7 +8201,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.5.0") + (version "3.7.0") (source (origin (method url-fetch) ;; We cannot use bioconductor-uri here because this tarball is @@ -8211,7 +8211,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.") "org.Dm.eg.db_" version ".tar.gz")) (sha256 (base32 - "033qak1d3wwz17va0bh8z8p8arx0aw2va6gm1qfwsvdkj9cd9d7d")))) + "1pqjrzlyg72bjpy8zsxvaglc7jsv176bnyi87xdajmkvsgxpm7b3")))) (properties `((upstream-name . "org.Dm.eg.db"))) (build-system r-build-system) |