rekado pushed a commit to branch master
in repository guix.
commit 816599c1e7cc9fa303aa49a8bef575b8e6ef7bc8
Author: Ricardo Wurmus <[email protected]>
Date: Wed Oct 26 08:47:57 2016 +0200
gnu: r-category: Update to 2.40.0.
* gnu/packages/bioinformatics.scm (r-category): Update to 2.40.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 d12d507..bb88b75 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5390,14 +5390,14 @@ Enrichment Analysis} (GSEA).")
(define-public r-category
(package
(name "r-category")
- (version "2.38.0")
+ (version "2.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Category" version))
(sha256
(base32
- "0c8px9ar589f3iqkbk9vfhwj30dpnxj81h8sfq20cl1cbmcx2a04"))))
+ "16ncwz7b4y48k0p3fvbrbmvf7nfz63li9ysgcl8kp9kl4hg7llng"))))
(properties `((upstream-name . "Category")))
(build-system r-build-system)
(propagated-inputs