diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-20 07:24:28 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:22 +0100 |
| commit | e90b7a88b027d0e24c7228949b68ffb565b95f67 (patch) | |
| tree | 823df879c3f8af0cdc84d10391a0cd48372904f0 /gnu | |
| parent | 3f9b6c9e25a8d51676a27cb58f0130fc99ebdfa6 (diff) | |
gnu: r-flames: Update to 2.4.2.
* gnu/packages/bioconductor.scm (r-flames): Update to 2.4.2.
Change-Id: Id6bb3f280dcf8fdd595b2d8e9e6b1b21ebe13df7
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 c98c503bf4..72a02e9b1f 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -21796,13 +21796,13 @@ and to both short and long sequence reads.") (define-public r-flames (package (name "r-flames") - (version "2.4.1") + (version "2.4.2") (source (origin (method url-fetch) (uri (bioconductor-uri "FLAMES" version)) (sha256 - (base32 "1ls28dc01bm0bmf304ybgy8w89q2wwccf9krk44cn0bhynm7bsq4")) + (base32 "1w9z79w3jm6piijyhqfgx7m7zldq9f6q161h92idxn5aw3my1c18")) (modules '((guix build utils))) (snippet '(delete-file-recursively "src/submodule/minimap2")))) |
