mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-simplifyenrichment: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-simplifyenrichment): Update to 1.14.0. Change-Id: Ie857137bb1320f3720b005a3f85b9af5b91f921e
This commit is contained in:
parent
1140cfd70c
commit
6f901f6078
1 changed files with 2 additions and 2 deletions
|
@ -11520,14 +11520,14 @@ (define-public r-sictools
|
||||||
(define-public r-simplifyenrichment
|
(define-public r-simplifyenrichment
|
||||||
(package
|
(package
|
||||||
(name "r-simplifyenrichment")
|
(name "r-simplifyenrichment")
|
||||||
(version "1.12.0")
|
(version "1.14.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
|
||||||
"0qhrlhf881mi2v0n0y410c0bf2cm3imrlglq8argnw86n9xj51pw"))))
|
"1031rkl2gcgx4k1biz4bc38hfq7r6diqk48769jhii0r06ablrhi"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "simplifyEnrichment")))
|
`((upstream-name . "simplifyEnrichment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue