mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-fgsea: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.30.0. Change-Id: Ib82a7b868f39594f0b2211a892596d638a5805d0
This commit is contained in:
parent
9c78531a2a
commit
233ed5688e
1 changed files with 2 additions and 2 deletions
|
@ -16163,14 +16163,14 @@ (define-public r-fcscan
|
|||
(define-public r-fgsea
|
||||
(package
|
||||
(name "r-fgsea")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "fgsea" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sykd4ingpw41615hbr3vw9yd1ks225hdb5qxnhbk4m4wxj814ql"))))
|
||||
"0nnvqsyrj24h5y8qw8llk9f4jgy0v734k37kcksfcpja17frdyjy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bh
|
||||
|
|
Loading…
Reference in a new issue