mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-keggrest: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-keggrest): Update to 1.38.0.
This commit is contained in:
parent
1ba8e9e75c
commit
6bf50ca57a
1 changed files with 2 additions and 2 deletions
|
@ -5722,14 +5722,14 @@ Shiny-based display methods for Bioconductor objects.")
|
||||||
(define-public r-keggrest
|
(define-public r-keggrest
|
||||||
(package
|
(package
|
||||||
(name "r-keggrest")
|
(name "r-keggrest")
|
||||||
(version "1.36.3")
|
(version "1.38.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "KEGGREST" version))
|
(uri (bioconductor-uri "KEGGREST" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lzb3z6pzm323q70931b7220ygml7jb4g81dybwa79wqiqz15pni"))))
|
"0623p6px259v000pp14c2rknjgivx9c90b626q9bln0qw6wy97zc"))))
|
||||||
(properties `((upstream-name . "KEGGREST")))
|
(properties `((upstream-name . "KEGGREST")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue