summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-07 12:13:50 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-07 12:27:15 +0100
commit49842127865e480b122b0f148389128abbfac4aa (patch)
tree6e9556b06667e96a6a96401e9d8d6853df10cd74 /gnu
parent95df764c0131fdde106394a3dcc69bdc844f0ede (diff)
downloadguix-49842127865e480b122b0f148389128abbfac4aa.tar.gz
gnu: r-keggrest: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.22.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cd2a54e8aa..f2f1cbe660 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10065,14 +10065,14 @@ microarrays or GRanges for sequencing data.")
 (define-public r-keggrest
   (package
     (name "r-keggrest")
-    (version "1.20.2")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "KEGGREST" version))
        (sha256
         (base32
-         "0whmmbkq8bmc3ll20l4cv6hhxjgzbkrs97japljzg07ncn1fffsa"))))
+         "0blpd5a7whd2sswfhqd17h58hg06ymaf80gapdr9ja43hnnlj309"))))
     (properties `((upstream-name . "KEGGREST")))
     (build-system r-build-system)
     (propagated-inputs