gnu: r-biostrings: Update to 2.60.1.

* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.60.1.
This commit is contained in:
Ricardo Wurmus 2021-06-17 14:24:41 +02:00
parent 495a9cff6d
commit 005d3d4058
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.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)