gnu: r-fgsea: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.16.0.
This commit is contained in:
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

View file

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