me
/
guix
Archived
1
0
Fork 0

gnu: r-fgsea: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.16.0.
master
zimoun 2020-10-30 15:50:37 +01:00 committed by Ricardo Wurmus
parent 7dabc6298f
commit d68a9ffa68
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3813,14 +3813,14 @@ phenotype of interest.")
(define-public r-fgsea (define-public r-fgsea
(package (package
(name "r-fgsea") (name "r-fgsea")
(version "1.14.0") (version "1.16.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "fgsea" version)) (uri (bioconductor-uri "fgsea" version))
(sha256 (sha256
(base32 (base32
"0zbjj8al1ps7immxixsn5g8lvbmpmxvqwqbpdgsicxp00gb9bybc")))) "0jmkkayabx3m0lyyc2mxd4vdvv7gv7fbk1r884gplnf2zgsx068n"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-bh" ,r-bh) `(("r-bh" ,r-bh)