gnu: r-biostrings: Update to 2.58.0.

* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.58.0.
This commit is contained in:
zimoun 2020-10-30 15:58:57 +01:00 committed by Ricardo Wurmus
parent 444b101dc2
commit 5d60273b77
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8212,13 +8212,13 @@ (define-public r-biocparallel
(define-public r-biostrings
(package
(name "r-biostrings")
(version "2.56.0")
(version "2.58.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biostrings" version))
(sha256
(base32
"0imhfz7dg8b3l5qzipjranqqshdsg2x6zc49drlhn8sc7j40cvi8"))))
"1rbqhs73mhfr1gi0rx28jiyan7i3hb45ai3jpl1656fnrhgjfxq5"))))
(properties
`((upstream-name . "Biostrings")))
(build-system r-build-system)