mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -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
|
||||
(package
|
||||
(name "r-sigpathway")
|
||||
(version "1.62.0")
|
||||
(version "1.64.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "sigPathway" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c46m1gbgiygcj8m65h8iwzk3fkp6nynd6rk1f5qdh7kw5ap28f9"))))
|
||||
"1c2kwhbxgf66az7ssm2mab9n5x59zy4kxq8vblz5r9636xqaysif"))))
|
||||
(properties `((upstream-name . "sigPathway")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.pnas.org/cgi/doi/10.1073/pnas.0506577102")
|
||||
|
|
Loading…
Reference in a new issue