me
/
guix
Archived
1
0
Fork 0

gnu: r-biostrings: Update to 2.68.0.

* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.68.0.
master
Ricardo Wurmus 2023-04-28 17:59:51 +02:00
parent c9d5ec9e66
commit bbd90f85b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5898,13 +5898,13 @@ objects.")
(define-public r-biostrings
(package
(name "r-biostrings")
(version "2.66.0")
(version "2.68.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biostrings" version))
(sha256
(base32
"1z86s8ncl91pxcjnv8fwvgwjjnd384dn5paylwyymrigph4ca4kk"))))
"0gcx07d1qbrhkw30gfg39ln9jm71bya9f7si142lzs3p3bask8a2"))))
(properties
`((upstream-name . "Biostrings")))
(build-system r-build-system)