[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: r-org-hs-eg-db: Update to 3.4.0.
From: |
Ricardo Wurmus |
Subject: |
01/04: gnu: r-org-hs-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 83f9a6fb60dd9724d9fd21a717486d83bbbc52e1
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 11 09:04:59 2016 +0100
gnu: r-org-hs-eg-db: Update to 3.4.0.
* gnu/packages/bioinformatics.scm (r-org-hs-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 299275c..9632eec 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6869,7 +6869,7 @@ downloaded from Encode.")
(define-public r-org-hs-eg-db
(package
(name "r-org-hs-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
@@ -6879,7 +6879,7 @@ downloaded from Encode.")
"org.Hs.eg.db_" version ".tar.gz"))
(sha256
(base32
- "09zb43yjd82ny210n5a0wsrji4w56l2r6ana6d9lx0nn9mzd7rzp"))))
+ "19mg64pw8zcvb9yxzzyf7caz1kvdrkfsj1hd84bzq7crrh8kc4y6"))))
(properties
`((upstream-name . "org.Hs.eg.db")))
(build-system r-build-system)