rekado pushed a commit to branch master
in repository guix.
commit 19fc299f68fe3484722bbd2bc7d033c7d9a2c3a4
Author: Ricardo Wurmus <[email protected]>
Date: Sat Nov 18 09:59:17 2017 +0100
gnu: r-org-dm-eg-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.5.0.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6eb8833..d7efcaf 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7557,7 +7557,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.4.0")
+ (version "3.5.0")
(source (origin
(method url-fetch)
;; We cannot use bioconductor-uri here because this tarball is
@@ -7567,7 +7567,7 @@ annotations for the genome of the model worm
Caenorhabditis elegans.")
"org.Dm.eg.db_" version ".tar.gz"))
(sha256
(base32
- "1vzbphbrh1cf7xi5cksia9xy9a9l42js2z2qsajvjxvddiphrb7j"))))
+ "033qak1d3wwz17va0bh8z8p8arx0aw2va6gm1qfwsvdkj9cd9d7d"))))
(properties
`((upstream-name . "org.Dm.eg.db")))
(build-system r-build-system)