gnu: r-biostrings: Update to 2.66.0.

* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.66.0.
This commit is contained in:
zimoun 2022-11-17 03:50:08 +01:00 committed by Ricardo Wurmus
parent 9048d502da
commit 30f2fc13c6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4640,13 +4640,13 @@ (define-public r-biocparallel
(define-public r-biostrings
(package
(name "r-biostrings")
(version "2.64.1")
(version "2.66.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biostrings" version))
(sha256
(base32
"1wk8nlmp6f6fsjrcb4fb48s3ay38yywwad748i6lfkkcw2pdfw33"))))
"1z86s8ncl91pxcjnv8fwvgwjjnd384dn5paylwyymrigph4ca4kk"))))
(properties
`((upstream-name . "Biostrings")))
(build-system r-build-system)