me
/
guix
Archived
1
0
Fork 0

gnu: r-biostrings: Update to 2.60.2.

* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.60.2.
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
1 changed files with 2 additions and 2 deletions

View File

@ -2247,13 +2247,13 @@ objects.")
(define-public r-biostrings (define-public r-biostrings
(package (package
(name "r-biostrings") (name "r-biostrings")
(version "2.60.1") (version "2.60.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "Biostrings" version)) (uri (bioconductor-uri "Biostrings" version))
(sha256 (sha256
(base32 (base32
"1a2vq4rram7chnccx0piccgi0mlblmjh26y51bch86lxr7qwlr22")))) "0ai0fg0w4l0a7avbafdbqjgjpg91myxalwrg2i3ixm1l2lyyfyah"))))
(properties (properties
`((upstream-name . "Biostrings"))) `((upstream-name . "Biostrings")))
(build-system r-build-system) (build-system r-build-system)