mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-sigpathway: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.64.0.
This commit is contained in:
parent
dde65de5d3
commit
9c44834a76
1 changed files with 2 additions and 2 deletions
|
@ -8484,14 +8484,14 @@ (define-public r-anota
|
||||||
(define-public r-sigpathway
|
(define-public r-sigpathway
|
||||||
(package
|
(package
|
||||||
(name "r-sigpathway")
|
(name "r-sigpathway")
|
||||||
(version "1.62.0")
|
(version "1.64.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "sigPathway" version))
|
(uri (bioconductor-uri "sigPathway" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c46m1gbgiygcj8m65h8iwzk3fkp6nynd6rk1f5qdh7kw5ap28f9"))))
|
"1c2kwhbxgf66az7ssm2mab9n5x59zy4kxq8vblz5r9636xqaysif"))))
|
||||||
(properties `((upstream-name . "sigPathway")))
|
(properties `((upstream-name . "sigPathway")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
|
(home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
|
||||||
|
|
Loading…
Reference in a new issue