gnu: r-rsamtools: Update to 1.30.0.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.30.0.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:38:17 +01:00
parent b719435ebb
commit f8068419a6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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