gnu: r-biostrings: Update to 2.60.2.

* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.60.2.
This commit is contained in:
Ricardo Wurmus 2021-08-24 00:33:17 +02:00
parent 227579e84a
commit e46cf457bb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)