me
/
guix
Archived
1
0
Fork 0

gnu: r-biostrings: Update to 2.62.0.

* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.62.0.
master
Ricardo Wurmus 2021-11-04 22:04:00 +00:00
parent d0ceaf62fc
commit 7851f7f2c6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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