rekado pushed a commit to branch wip-r
in repository guix.
commit d630fd9ea306713faf46cdd7b066e7a78f5cf660
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 16:00:59 2020 +0100
gnu: r-keggrest: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.30.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 b3855cd..62cb1a8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10021,14 +10021,14 @@ microarrays or GRanges for sequencing data.")
(define-public r-keggrest
(package
(name "r-keggrest")
- (version "1.28.0")
+ (version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "KEGGREST" version))
(sha256
(base32
- "0q76w17fya2x0z7mvyhkk5kqh07flldgih13ma44vhcy1bdlm6j1"))))
+ "0awg0hmxj25rpmqyf6jz6kbkswmimz3h352xx15xhkamwcxykng6"))))
(properties `((upstream-name . "KEGGREST")))
(build-system r-build-system)
(propagated-inputs