gnu: r-rsamtools: Update to 1.32.3.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.32.3.
This commit is contained in:
Ricardo Wurmus 2018-09-05 13:58:44 +02:00
parent a02340058c
commit 3e61c2a8b1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7539,13 +7539,13 @@ biological sequences or sets of sequences.")
(define-public r-rsamtools
(package
(name "r-rsamtools")
(version "1.32.0")
(version "1.32.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Rsamtools" version))
(sha256
(base32
"1s65y5wn4d0x8zsljg2kmhcl6r9884h95kr041j7hp49bmxg3an6"))))
"1hpjr22h33pf4fgv0sj83rqzv6l5l7s6fpmmqvchh45ikks1mnhq"))))
(properties
`((upstream-name . "Rsamtools")))
(build-system r-build-system)