mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-keggrest: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-keggrest): Update to 1.36.0.
This commit is contained in:
parent
a6cb10afc3
commit
2a3372953d
1 changed files with 2 additions and 2 deletions
|
@ -4180,14 +4180,14 @@ (define-public r-interactivedisplaybase
|
|||
(define-public r-keggrest
|
||||
(package
|
||||
(name "r-keggrest")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "KEGGREST" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1np3i1k7rki9akh70156ggmid52yy0is9q5vd3s45ra7an0ap279"))))
|
||||
"0hzlm6nzmx0iyjh063512a3ghc1xqb58g5z2bnd2wl4y42iww7bg"))))
|
||||
(properties `((upstream-name . "KEGGREST")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue