mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-simplifyenrichment: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-simplifyenrichment): Update to 1.12.0. Change-Id: I3ad0ec6e0e990048d1847e5915d9a63b7efc1db4
This commit is contained in:
parent
fecb7da1db
commit
f2d4fb112b
1 changed files with 2 additions and 2 deletions
|
@ -10337,14 +10337,14 @@ (define-public r-shortread
|
||||||
(define-public r-simplifyenrichment
|
(define-public r-simplifyenrichment
|
||||||
(package
|
(package
|
||||||
(name "r-simplifyenrichment")
|
(name "r-simplifyenrichment")
|
||||||
(version "1.10.0")
|
(version "1.12.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
|
||||||
"1vs57j361fbwv7vaybs71vc208qn76djmbmakhwwcvxwrx77jp5f"))))
|
"0qhrlhf881mi2v0n0y410c0bf2cm3imrlglq8argnw86n9xj51pw"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "simplifyEnrichment")))
|
`((upstream-name . "simplifyEnrichment")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue