gnu: r-rbowtie2: Update to 2.14.0.

* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 2.14.0.

Change-Id: I0c41c8ed4d38e250888c2d519bc90704c8be931d
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:56:39 +02:00
parent d399ec174c
commit 7cc52c5d8f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20789,14 +20789,14 @@ This algorithm is based on the publication by Hart et al., 2013 (Pubmed ID
(define-public r-rbowtie2
(package
(name "r-rbowtie2")
(version "2.12.3")
(version "2.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rbowtie2" version))
(sha256
(base32
"0raa82fc90zb6z24scf395k0gg1qfabjcwcgzl5w15vlgfzj0byy"))))
"0hg9xdybx3wnqgwf21df7mdabi73n5v8shw6jj4zx545g7j6sk95"))))
(properties `((upstream-name . "Rbowtie2")))
(build-system r-build-system)
(propagated-inputs