gnu: r-rsamtools: Update to 1.32.0.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.32.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:51:57 +02:00
parent 942655add1
commit d2367a89dd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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