gnu: r-rsamtools: Update to 1.26.1.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.26.1.
This commit is contained in:
Ricardo Wurmus 2016-10-26 08:59:39 +02:00
parent 47d39b6e7a
commit c0ccef41ae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6439,13 +6439,13 @@ biological sequences or sets of sequences.")
(define-public r-rsamtools
(package
(name "r-rsamtools")
(version "1.24.0")
(version "1.26.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Rsamtools" version))
(sha256
(base32
"0w0drs8cpk8nlazq64ag7nm1w5jd1m8riialivm01hz5zcra7scb"))))
"0pf4f6brf4bl5zgjrah0f38qslazrs49ayqgyh0xfqgrh63yx4ck"))))
(properties
`((upstream-name . "Rsamtools")))
(build-system r-build-system)