mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-sigpathway: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.62.0.
This commit is contained in:
parent
bc406e02bb
commit
7ac356d337
1 changed files with 2 additions and 2 deletions
|
@ -7332,14 +7332,14 @@ (define-public r-anota
|
|||
(define-public r-sigpathway
|
||||
(package
|
||||
(name "r-sigpathway")
|
||||
(version "1.60.0")
|
||||
(version "1.62.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "sigPathway" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xz5nbw5dzyah8az7mpwj8m27fsvpi2jjhfg3n27dsv8rvdncqi8"))))
|
||||
"1c46m1gbgiygcj8m65h8iwzk3fkp6nynd6rk1f5qdh7kw5ap28f9"))))
|
||||
(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