mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-kegggraph: Update to 1.56.0.
* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.56.0.
This commit is contained in:
parent
ee71b376ec
commit
564024c01f
1 changed files with 2 additions and 2 deletions
|
@ -14831,13 +14831,13 @@ EMBL-EBI GWAS catalog.")
|
||||||
(define-public r-kegggraph
|
(define-public r-kegggraph
|
||||||
(package
|
(package
|
||||||
(name "r-kegggraph")
|
(name "r-kegggraph")
|
||||||
(version "1.54.0")
|
(version "1.56.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "KEGGgraph" version))
|
(uri (bioconductor-uri "KEGGgraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qqvbv1sq9j570syb2802ya2ffg1k8f1w986wr6ksqkwxb9qbbm4"))))
|
(base32 "15pq040pcg8hr18xixmjp59xb7mgvygjv6kisqk8yv99l1611ndx"))))
|
||||||
(properties `((upstream-name . "KEGGgraph")))
|
(properties `((upstream-name . "KEGGgraph")))
|
||||||
(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