mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-kegggraph: Update to 1.58.0.
* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.58.0.
This commit is contained in:
parent
b6e56ceeb9
commit
db290bf5b9
1 changed files with 2 additions and 2 deletions
|
@ -16864,13 +16864,13 @@ (define-public r-gwascat
|
|||
(define-public r-kegggraph
|
||||
(package
|
||||
(name "r-kegggraph")
|
||||
(version "1.56.0")
|
||||
(version "1.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "KEGGgraph" version))
|
||||
(sha256
|
||||
(base32 "15pq040pcg8hr18xixmjp59xb7mgvygjv6kisqk8yv99l1611ndx"))))
|
||||
(base32 "0hpsb009qmhy9p67d5wd0cl60smhgjlhxsz5f52i1c6qy4jk1niq"))))
|
||||
(properties `((upstream-name . "KEGGgraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue