gnu: r-rsamtools: Update to 1.28.0.

* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.28.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:42:01 +02:00
parent 3ed41af6b5
commit 6bf5543be8
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

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