aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-18 09:53:02 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-18 11:18:40 +0100
commitf3569f521820dd041d5c5ef5b4e9ee2a00064d68 (patch)
tree3df7c1c8d521d5530fc4ef6632b052032afb9ca4
parent57dc9b58db6c80581312bf00ad982a82b9f6a407 (diff)
downloadguix-f3569f521820dd041d5c5ef5b4e9ee2a00064d68.tar
guix-f3569f521820dd041d5c5ef5b4e9ee2a00064d68.tar.gz
gnu: r-org-mm-eg-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.5.0.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d527fa9cd1..6eb8833c69 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7583,7 +7583,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.4.0")
+ (version "3.5.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
@@ -7593,7 +7593,7 @@ annotations for the genome of the model fruit fly Drosophila melanogaster.")
"org.Mm.eg.db_" version ".tar.gz"))
(sha256
(base32
- "1lykjqjaf01fmgg3cvfcvwd5xjq6zc5vbxnm5r4l32fzvl89q50c"))))
+ "11q21p3ki4bn4hb3aix0g775l45l66jmas6m94nfhqqnpjhv4d6g"))))
(properties
`((upstream-name . "org.Mm.eg.db")))
(build-system r-build-system)