gnu: r-rbowtie2: Update to 2.12.3.

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

Change-Id: Ia7c56570162694c4768ecc93715602665a0e0651
This commit is contained in:
Ricardo Wurmus 2025-02-27 12:43:30 +01:00
parent a3427458e3
commit 933eb9e7c2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20295,22 +20295,22 @@ This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
(define-public r-rbowtie2 (define-public r-rbowtie2
(package (package
(name "r-rbowtie2") (name "r-rbowtie2")
(version "2.12.0") (version "2.12.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "Rbowtie2" version)) (uri (bioconductor-uri "Rbowtie2" version))
(sha256 (sha256
(base32 (base32
"1jk0h0ms984bc5k36vb9z9mldpa70yibxl5ppf5i2q09py7higa7")))) "0raa82fc90zb6z24scf395k0gg1qfabjcwcgzl5w15vlgfzj0byy"))))
(properties `((upstream-name . "Rbowtie2"))) (properties `((upstream-name . "Rbowtie2")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-magrittr r-rsamtools)) (list r-magrittr r-rsamtools))
(inputs (inputs
(list samtools zlib)) (list samtools))
(native-inputs (native-inputs
(list r-knitr r-testthat)) (list r-knitr))
(home-page "https://bioconductor.org/packages/Rbowtie2/") (home-page "https://bioconductor.org/packages/Rbowtie2/")
(synopsis "R wrapper for Bowtie2 and AdapterRemoval") (synopsis "R wrapper for Bowtie2 and AdapterRemoval")
(description (description