gnu: r-fgsea: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.12.0.
This commit is contained in:
parent
166b3c2da6
commit
b4e1268c7b
1 changed files with 2 additions and 2 deletions
|
@ -3295,14 +3295,14 @@ (define-public r-sigpathway
|
||||||
(define-public r-fgsea
|
(define-public r-fgsea
|
||||||
(package
|
(package
|
||||||
(name "r-fgsea")
|
(name "r-fgsea")
|
||||||
(version "1.10.1")
|
(version "1.12.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
|
||||||
"1k2f9hkp1mvc9fpqzhbf08jd0yg4xaa312v9vy37fxd9pyrwp5a6"))))
|
"0pbq3g515kcbi4wvfx8m09p01h2f8vwsi1qqsyahxz4r1fasz4c1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bh" ,r-bh)
|
`(("r-bh" ,r-bh)
|
||||||
|
|
Loading…
Reference in a new issue