gnu: r-flames: Update to 2.0.2.

* gnu/packages/bioconductor.scm (r-flames): Update to 2.0.2.
[native-inputs]: Remove r-testthat.

Change-Id: Ie2b4024627c428f4797b16fa5564ed2922ff01da
This commit is contained in:
Ricardo Wurmus 2025-02-27 13:01:53 +01:00
parent 18df9ef851
commit ec74e56b58
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20893,13 +20893,13 @@ and to both short and long sequence reads.")
(define-public r-flames (define-public r-flames
(package (package
(name "r-flames") (name "r-flames")
(version "2.0.1") (version "2.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "FLAMES" version)) (uri (bioconductor-uri "FLAMES" version))
(sha256 (sha256
(base32 "0fhgis2grzzpzarlza4kqw8ysanlsw410wykjjakk35pyx275j8m")))) (base32 "0yszsrnvs13h1vdv5gfja54g48f8b0dadlwd2h7n02pl8b569q38"))))
(properties `((upstream-name . "FLAMES"))) (properties `((upstream-name . "FLAMES")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
@ -20961,7 +20961,7 @@ and to both short and long sequence reads.")
r-tidyselect r-tidyselect
r-txdbmaker r-txdbmaker
r-withr)) r-withr))
(native-inputs (list r-knitr r-testthat)) (native-inputs (list r-knitr))
(home-page "https://github.com/OliverVoogd/FLAMES") (home-page "https://github.com/OliverVoogd/FLAMES")
(synopsis (synopsis
"Full Length Analysis of Mutations and Splicing in long read RNA-seq data") "Full Length Analysis of Mutations and Splicing in long read RNA-seq data")