gnu: r-keggrest: Update to 1.30.0.

* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.30.0.
This commit is contained in:
zimoun 2020-10-30 16:00:59 +01:00 committed by Ricardo Wurmus
parent b6dd0722c8
commit 143437c623
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10182,14 +10182,14 @@ (define-public r-fastseg
(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