gnu: r-kegggraph: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.64.0. Change-Id: I1919e5f27747edc745a7e0c65c71d0126e63bde8master
parent
a0e8a21ef2
commit
3245af8e57
|
@ -23239,13 +23239,13 @@ annotation, and functions for GWAS data cleaning and analysis.")
|
||||||
(define-public r-kegggraph
|
(define-public r-kegggraph
|
||||||
(package
|
(package
|
||||||
(name "r-kegggraph")
|
(name "r-kegggraph")
|
||||||
(version "1.62.0")
|
(version "1.64.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "KEGGgraph" version))
|
(uri (bioconductor-uri "KEGGgraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0i9iqr87mqih0rkbjx3wa383x4yfyzpcb0b0xzairbqgygvcq4kl"))))
|
(base32 "0lffqbvwmfjbw5ymxr969znvb53hbqfgq1zwffsc768rv3h4c6p7"))))
|
||||||
(properties `((upstream-name . "KEGGgraph")))
|
(properties `((upstream-name . "KEGGgraph")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue