mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-biostrings: Update to 2.60.1.
* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.60.1.
This commit is contained in:
parent
495a9cff6d
commit
005d3d4058
1 changed files with 2 additions and 2 deletions
|
@ -2247,13 +2247,13 @@ (define-public r-biocparallel
|
|||
(define-public r-biostrings
|
||||
(package
|
||||
(name "r-biostrings")
|
||||
(version "2.60.0")
|
||||
(version "2.60.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biostrings" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xidh6wp0l47g1j9x8d4fs91ky6pi5nzf85ry801gqd2gqajh2zy"))))
|
||||
"1a2vq4rram7chnccx0piccgi0mlblmjh26y51bch86lxr7qwlr22"))))
|
||||
(properties
|
||||
`((upstream-name . "Biostrings")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue