gnu: r-biostrings: Update to 2.60.2.
* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.60.2.
This commit is contained in:
parent
227579e84a
commit
e46cf457bb
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.1")
|
||||
(version "2.60.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biostrings" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a2vq4rram7chnccx0piccgi0mlblmjh26y51bch86lxr7qwlr22"))))
|
||||
"0ai0fg0w4l0a7avbafdbqjgjpg91myxalwrg2i3ixm1l2lyyfyah"))))
|
||||
(properties
|
||||
`((upstream-name . "Biostrings")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue