gnu: r-simplifyenrichment: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-simplifyenrichment): Update to 1.10.0.
This commit is contained in:
parent
8db5bea2ba
commit
b28d21fff2
1 changed files with 2 additions and 2 deletions
|
@ -8983,14 +8983,14 @@ ungapped alignment formats.")
|
||||||
(define-public r-simplifyenrichment
|
(define-public r-simplifyenrichment
|
||||||
(package
|
(package
|
||||||
(name "r-simplifyenrichment")
|
(name "r-simplifyenrichment")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "simplifyEnrichment" version))
|
(uri (bioconductor-uri "simplifyEnrichment" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"130x5hy6jzglc6clwanh2kmhw567i802w620ffs3977kjfpjsjgy"))))
|
"1vs57j361fbwv7vaybs71vc208qn76djmbmakhwwcvxwrx77jp5f"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "simplifyEnrichment")))
|
`((upstream-name . "simplifyEnrichment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue