diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 16:34:46 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 17:44:48 +0200 |
commit | 6ab7ca24f229cd0ea1afbeb787cd9734b3109809 (patch) | |
tree | 41df1466f49a6ede9e4dd3e5fabf4962bf4f2d9c /gnu/packages | |
parent | 019be09060f1459b078e6ac11e0c36c33f2e1991 (diff) | |
download | guix-6ab7ca24f229cd0ea1afbeb787cd9734b3109809.tar guix-6ab7ca24f229cd0ea1afbeb787cd9734b3109809.tar.gz |
gnu: r-org-dm-eg-db: Update to 3.3.0.
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.3.0.
Diffstat (limited to 'gnu/packages')
-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 181c609f33..15db854793 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6112,7 +6112,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.2.3") + (version "3.3.0") (source (origin (method url-fetch) ;; We cannot use bioconductor-uri here because this tarball is @@ -6122,7 +6122,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.") "org.Dm.eg.db_" version ".tar.gz")) (sha256 (base32 - "0mib46c7nr00l7mh290n383za9hyl91a1dc6jhjbk884jmxaxyz6")))) + "15kzvw78xwa54yk1d69l6pmgny4726ydpdkk8lic26vr0yiwicla")))) (properties `((upstream-name . "org.Dm.eg.db"))) (build-system r-build-system) |