[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: r-org-ce-eg-db: Update to 3.4.0.
From: |
Ricardo Wurmus |
Subject: |
02/04: gnu: r-org-ce-eg-db: Update to 3.4.0. |
Date: |
Fri, 11 Nov 2016 08:08:20 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit f04a3eff987c7d940a999818e8e2dc7aa423c9ec
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 11 09:06:11 2016 +0100
gnu: r-org-ce-eg-db: Update to 3.4.0.
* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.4.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 9632eec..299894e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6895,7 +6895,7 @@ annotations for the human genome.")
(define-public r-org-ce-eg-db
(package
(name "r-org-ce-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
@@ -6905,7 +6905,7 @@ annotations for the human genome.")
"org.Ce.eg.db_" version ".tar.gz"))
(sha256
(base32
- "17mvb2ci2jgac3zi420cbf70n4zswqinzxlk1v2fjnp8vvydl2fw"))))
+ "12llfzrrc09kj2wzbisdspv38qzkzgpsbn8kv7qkwg746k3pq436"))))
(properties
`((upstream-name . "org.Ce.eg.db")))
(build-system r-build-system)