gnu: r-keggrest: Update to 1.18.1.

* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.18.1.
This commit is contained in:
Ricardo Wurmus 2018-02-13 16:01:35 +01:00
parent 26e3e28cc9
commit f5f9442703
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9665,14 +9665,14 @@ (define-public r-fastseg
(define-public r-keggrest
(package
(name "r-keggrest")
(version "1.18.0")
(version "1.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "KEGGREST" version))
(sha256
(base32
"1i3i88lj57wvpgjf75a23msgfsjv8pr2b4j1faga276p4fsblkhj"))))
"02gwmm79djj55a90dzc80hlgwc6bafl7xd7fnx2q59pk945k3z9c"))))
(properties `((upstream-name . "KEGGREST")))
(build-system r-build-system)
(propagated-inputs