summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-11-11 09:06:40 +0100
committerRicardo Wurmus <rekado@elephly.net>2016-11-11 09:08:08 +0100
commit0cfac6f2706bfca1c6d45fb4733841d347474963 (patch)
treeb0b865f92b59f04dd48b416e12ee6999ab024000
parentf04a3eff987c7d940a999818e8e2dc7aa423c9ec (diff)
downloadgnu-guix-0cfac6f2706bfca1c6d45fb4733841d347474963.tar
gnu-guix-0cfac6f2706bfca1c6d45fb4733841d347474963.tar.gz
gnu: r-org-dm-eg-db: Update to 3.4.0.
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.4.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 299894e8c0..deee9efac3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6921,7 +6921,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.3.0")
+ (version "3.4.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
@@ -6931,7 +6931,7 @@ annotations for the genome of the model worm Caenorhabditis elegans.")
"org.Dm.eg.db_" version ".tar.gz"))
(sha256
(base32
- "15kzvw78xwa54yk1d69l6pmgny4726ydpdkk8lic26vr0yiwicla"))))
+ "1vzbphbrh1cf7xi5cksia9xy9a9l42js2z2qsajvjxvddiphrb7j"))))
(properties
`((upstream-name . "org.Dm.eg.db")))
(build-system r-build-system)