gnu: r-rsamtools: Update to 1.26.2.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.26.2.
This commit is contained in:
Ricardo Wurmus 2017-04-09 13:01:09 +02:00
parent dc8ebe43af
commit 6acdff5875
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6612,13 +6612,13 @@ (define-public r-biostrings
(define-public r-rsamtools (define-public r-rsamtools
(package (package
(name "r-rsamtools") (name "r-rsamtools")
(version "1.26.1") (version "1.26.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "Rsamtools" version)) (uri (bioconductor-uri "Rsamtools" version))
(sha256 (sha256
(base32 (base32
"0pf4f6brf4bl5zgjrah0f38qslazrs49ayqgyh0xfqgrh63yx4ck")))) "118nsajgghi4cy3h0wi7777kc70a5j1fdyxv5n1dy01glix2z4qk"))))
(properties (properties
`((upstream-name . "Rsamtools"))) `((upstream-name . "Rsamtools")))
(build-system r-build-system) (build-system r-build-system)