mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biostrings: Update to 2.74.1.
* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.74.1. [native-inputs]: Add r-runit. Change-Id: I4deaa320686f43f78028ff1b90cc80da59d44472
This commit is contained in:
parent
8a9a250138
commit
d5fb534a68
1 changed files with 3 additions and 3 deletions
|
@ -8565,13 +8565,13 @@ objects.")
|
|||
(define-public r-biostrings
|
||||
(package
|
||||
(name "r-biostrings")
|
||||
(version "2.74.0")
|
||||
(version "2.74.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biostrings" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z50mmp34rpl9mr571g1whvfnxlcnk196k9naxjngl0qriyymcvl"))))
|
||||
"1kyyrkcnpblyl37x5ncbhz412l5jm1l0ci7r7d1z60dhikysbpxl"))))
|
||||
(properties
|
||||
`((upstream-name . "Biostrings")))
|
||||
(build-system r-build-system)
|
||||
|
@ -8582,7 +8582,7 @@ objects.")
|
|||
r-iranges
|
||||
r-s4vectors
|
||||
r-xvector))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr r-runit r-testthat))
|
||||
(home-page "https://bioconductor.org/packages/Biostrings")
|
||||
(synopsis "String objects and algorithms for biological sequences")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue