gnu: r-fgsea: Update to 1.10.1.

* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.10.1.
master
Ricardo Wurmus 2019-09-02 14:39:45 +02:00
parent 32fcd898f0
commit 9b275285e9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2999,14 +2999,14 @@ phenotype of interest.")
(define-public r-fgsea
(package
(name "r-fgsea")
(version "1.10.0")
(version "1.10.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "fgsea" version))
(sha256
(base32
"07mvv1i690q80fm8sxgdqxchamn76409vn91ppgcck2xpi6b8q6c"))))
"1k2f9hkp1mvc9fpqzhbf08jd0yg4xaa312v9vy37fxd9pyrwp5a6"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bh" ,r-bh)