mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: r-kegggraph: Update to 1.60.0.
* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.60.0.
This commit is contained in:
parent
70514e0281
commit
c00d4a394d
1 changed files with 2 additions and 2 deletions
|
@ -19367,13 +19367,13 @@ (define-public r-gwascat
|
||||||
(define-public r-kegggraph
|
(define-public r-kegggraph
|
||||||
(package
|
(package
|
||||||
(name "r-kegggraph")
|
(name "r-kegggraph")
|
||||||
(version "1.58.3")
|
(version "1.60.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "KEGGgraph" version))
|
(uri (bioconductor-uri "KEGGgraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s5j7zdp8ck4vhca81i4b6qclhwi56gmz8brawrxj3szvwmxf3y6"))))
|
(base32 "0bgigkmnz5zvsygcifk2fc7i8rahmqr4brk65qa3104clqqvdfkl"))))
|
||||||
(properties `((upstream-name . "KEGGgraph")))
|
(properties `((upstream-name . "KEGGgraph")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue