gnu: r-keggrest: Update to 1.24.0.

* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.24.0.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:49:41 +02:00
parent c798455d87
commit e699e8e599
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9689,14 +9689,14 @@ microarrays or GRanges for sequencing data.")
(define-public r-keggrest
(package
(name "r-keggrest")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "KEGGREST" version))
(sha256
(base32
"0blpd5a7whd2sswfhqd17h58hg06ymaf80gapdr9ja43hnnlj309"))))
"1yjrpbm5zfg0h3nb5gg06q2f19ydbhjqwi0jb6q3p8dyrgww9mqp"))))
(properties `((upstream-name . "KEGGREST")))
(build-system r-build-system)
(propagated-inputs