mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-simplifyenrichment: Update to 1.6.1.
* gnu/packages/bioconductor.scm (r-simplifyenrichment): Update to 1.6.1.
This commit is contained in:
parent
c4113d3035
commit
febec55f57
1 changed files with 2 additions and 2 deletions
|
@ -5483,14 +5483,14 @@ (define-public r-shortread
|
|||
(define-public r-simplifyenrichment
|
||||
(package
|
||||
(name "r-simplifyenrichment")
|
||||
(version "1.6.0")
|
||||
(version "1.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "simplifyEnrichment" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g3kfa17p60jkk4l34vc5hdq83w082qsxbjvpqw7r9rdd8d79z2q"))))
|
||||
"0qblgdxmr7zc981529cca3ykakql618q1im6gaxw8pwws5jgpyk6"))))
|
||||
(properties
|
||||
`((upstream-name . "simplifyEnrichment")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue