diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 16:34:57 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-12 17:44:49 +0200 |
commit | d108c2122814188e8081dd4aeae3c22202d5e77b (patch) | |
tree | 62a017e003ca6ee2b07e38c5b394eb4f45ed8b7a | |
parent | 6ab7ca24f229cd0ea1afbeb787cd9734b3109809 (diff) | |
download | guix-d108c2122814188e8081dd4aeae3c22202d5e77b.tar guix-d108c2122814188e8081dd4aeae3c22202d5e77b.tar.gz |
gnu: r-org-mm-eg-db: Update to 3.3.0.
* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.3.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 15db854793..a7f0fcb70f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6138,7 +6138,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.") (define-public r-org-mm-eg-db (package (name "r-org-mm-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 @@ -6148,7 +6148,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.") "org.Mm.eg.db_" version ".tar.gz")) (sha256 (base32 - "0wh1pm3npdg7070875kfgiid3bqkz3q7rq6snhk6bxfvph00298y")))) + "0r939vfmsqqdwfimix1nv0bkhnixawy9c6avbclrncfanw3kgjax")))) (properties `((upstream-name . "org.Mm.eg.db"))) (build-system r-build-system) |