diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-15 10:49:35 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:12 +0100 |
| commit | 454c8a9693793df71972a904fe9633b3df1cc4de (patch) | |
| tree | f3503a1734494f5401d9809b1fef311344d3bd1b /gnu | |
| parent | 47a76c5c398305459132253b8d6afff168ac2b76 (diff) | |
gnu: r-fgsea: Update to 1.36.2.
* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.36.2.
Change-Id: If6e95a2a2d86a21533059b2e8d393ea99b0cd94a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 271b5eda09..f380d9a789 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -19346,14 +19346,14 @@ presence of additional sites within the allowed window size.") (define-public r-fgsea (package (name "r-fgsea") - (version "1.36.0") + (version "1.36.2") (source (origin (method url-fetch) (uri (bioconductor-uri "fgsea" version)) (sha256 (base32 - "040z8k28zg9rlvlrywp1ah39pcll74jdmfzhy2r7rijmmvw8ypip")))) + "0njza9d0g7ybzxqmsdbhikl1w7g94amvld5n2yvn7lqh0ksnz6fn")))) (build-system r-build-system) (propagated-inputs (list r-bh |
