3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-biostrings: Update to 2.42.0.

* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.42.0.
This commit is contained in:
Ricardo Wurmus 2016-10-26 08:59:11 +02:00
parent 89559a124e
commit 47d39b6e7a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6413,13 +6413,13 @@ objects.")
(define-public r-biostrings
(package
(name "r-biostrings")
(version "2.40.2")
(version "2.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biostrings" version))
(sha256
(base32
"153rfws5sdha324p1nv7jp75ip6ny0f62jzhqcvs46l85h3i8zgh"))))
"08z8lkz3axa94wkf144a931ry6vf6cc25avi1ywr84ln2k5czz9f"))))
(properties
`((upstream-name . "Biostrings")))
(build-system r-build-system)