gnu: r-biostrings: Update to 2.50.0.

* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.50.0.
This commit is contained in:
Ricardo Wurmus 2018-11-07 12:04:33 +01:00
parent cd8828918f
commit 4804c59227
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7648,13 +7648,13 @@ objects.")
(define-public r-biostrings (define-public r-biostrings
(package (package
(name "r-biostrings") (name "r-biostrings")
(version "2.48.0") (version "2.50.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "Biostrings" version)) (uri (bioconductor-uri "Biostrings" version))
(sha256 (sha256
(base32 (base32
"118b490jk87ydigm6ln25ms4kskzkw0akmh77clzznhzpqnxsi6j")))) "0zw0dj67fnpbz4iqnam5fxs92c1c8w8d7mzl0rkq4ksx0xl8vgg7"))))
(properties (properties
`((upstream-name . "Biostrings"))) `((upstream-name . "Biostrings")))
(build-system r-build-system) (build-system r-build-system)