mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: r-keggrest: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-keggrest): Update to 1.48.0. [native-inputs]: Add r-biocgenerics and r-runit. Change-Id: I52078a3bbbff6f7d0898de5dc395e99182e22e30
This commit is contained in:
parent
8b497661d3
commit
a27f5d20c4
1 changed files with 3 additions and 3 deletions
|
@ -10686,14 +10686,14 @@ Shiny-based display methods for Bioconductor objects.")
|
|||
(define-public r-keggrest
|
||||
(package
|
||||
(name "r-keggrest")
|
||||
(version "1.46.0")
|
||||
(version "1.48.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "KEGGREST" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19jy6nl46krlspzyqgmyix0d53izrdy3yx69nlamzph4gwjf5m0f"))))
|
||||
"10l2hbgjp96y6wz9v95c03m6kshpky4g34ycbvmhdd2xnmqrnq0f"))))
|
||||
(properties `((upstream-name . "KEGGREST")))
|
||||
(build-system r-build-system)
|
||||
;; Tests contact the internet.
|
||||
|
@ -10701,7 +10701,7 @@ Shiny-based display methods for Bioconductor objects.")
|
|||
(propagated-inputs
|
||||
(list r-biostrings r-httr r-png))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list r-biocgenerics r-knitr r-runit))
|
||||
(home-page "https://bioconductor.org/packages/KEGGREST")
|
||||
(synopsis "Client-side REST access to KEGG")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue