gnu: r-keggrest: Update to 1.30.1.

* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.30.1.
This commit is contained in:
Ricardo Wurmus 2020-12-09 23:28:28 +01:00
parent 4745f0dfca
commit 48f77ecbb1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10209,14 +10209,14 @@ (define-public r-fastseg
(define-public r-keggrest
(package
(name "r-keggrest")
(version "1.30.0")
(version "1.30.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "KEGGREST" version))
(sha256
(base32
"0awg0hmxj25rpmqyf6jz6kbkswmimz3h352xx15xhkamwcxykng6"))))
"0k9z85xf9la2y98xqmdmjb8mci9fh2fdybkl77x1yl26hyalip0s"))))
(properties `((upstream-name . "KEGGREST")))
(build-system r-build-system)
(propagated-inputs