gnu: r-kegggraph: Update to 1.58.3.
* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.58.3.
This commit is contained in:
parent
cfa8d448bc
commit
fd4ca4a266
1 changed files with 2 additions and 2 deletions
|
@ -17501,13 +17501,13 @@ EMBL-EBI GWAS catalog.")
|
||||||
(define-public r-kegggraph
|
(define-public r-kegggraph
|
||||||
(package
|
(package
|
||||||
(name "r-kegggraph")
|
(name "r-kegggraph")
|
||||||
(version "1.58.0")
|
(version "1.58.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "KEGGgraph" version))
|
(uri (bioconductor-uri "KEGGgraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hpsb009qmhy9p67d5wd0cl60smhgjlhxsz5f52i1c6qy4jk1niq"))))
|
(base32 "1s5j7zdp8ck4vhca81i4b6qclhwi56gmz8brawrxj3szvwmxf3y6"))))
|
||||||
(properties `((upstream-name . "KEGGgraph")))
|
(properties `((upstream-name . "KEGGgraph")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue