mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-kegggraph: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.62.0. Change-Id: Iadaa3580a5755ca5e611d980241191c4ae8b9452
This commit is contained in:
parent
b6288f949f
commit
9f139605ef
1 changed files with 2 additions and 2 deletions
|
@ -21746,13 +21746,13 @@ (define-public r-gwastools
|
|||
(define-public r-kegggraph
|
||||
(package
|
||||
(name "r-kegggraph")
|
||||
(version "1.60.0")
|
||||
(version "1.62.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "KEGGgraph" version))
|
||||
(sha256
|
||||
(base32 "0bgigkmnz5zvsygcifk2fc7i8rahmqr4brk65qa3104clqqvdfkl"))))
|
||||
(base32 "0i9iqr87mqih0rkbjx3wa383x4yfyzpcb0b0xzairbqgygvcq4kl"))))
|
||||
(properties `((upstream-name . "KEGGgraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue