diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-10 15:26:12 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-14 10:18:24 +0100 |
| commit | 5200b1bed585efb050538db2ae0160073815c7e2 (patch) | |
| tree | 0bcd5061133873a20c3ab58bcdc1181853f1faa3 | |
| parent | 5782124bb429269d8811e074f610a991daa92762 (diff) | |
gnu: r-simplifyenrichment: Update to 2.4.1.
* gnu/packages/bioconductor.scm (r-simplifyenrichment): Update to 2.4.1.
Change-Id: Ic3c156ab1e6384e5a18ca5dce957b73098cb7345
| -rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index bddd5d6d8df..79c4281c2ae 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -14066,14 +14066,14 @@ methods for semantic similarity analysis.") (define-public r-simplifyenrichment (package (name "r-simplifyenrichment") - (version "2.4.0") + (version "2.4.1") (source (origin (method url-fetch) (uri (bioconductor-uri "simplifyEnrichment" version)) (sha256 (base32 - "1vz0pjn8j3ia6gcwdlr1c8cxvdbhf6rscag1r7h43gj3fxmsi9m0")))) + "0303y172gzq3xvqm6g74ppsd6bk3h735wcvlpm7xx4pqbkrmlix2")))) (properties `((upstream-name . "simplifyEnrichment"))) (build-system r-build-system) |
