gnu: r-flames: Update to 2.4.2.

* gnu/packages/bioconductor.scm (r-flames): Update to 2.4.2.

Change-Id: Id6bb3f280dcf8fdd595b2d8e9e6b1b21ebe13df7
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:24:28 +01:00 committed by Andreas Enge
parent c972b15173
commit ba1536b46e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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"))))