gnu: r-genomicranges: Update to 1.24.2.

* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.24.2.
master
Ben Woodcroft 2016-07-28 21:09:16 +10:00
parent ae60f3801a
commit 362f39d667
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -4732,13 +4732,13 @@ different technologies, including microarrays, RNA-seq, and quantitative PCR.")
(define-public r-genomicranges
(package
(name "r-genomicranges")
(version "1.24.0")
(version "1.24.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicRanges" version))
(sha256
(base32
"1iyzg1npl3rnnslwq3h759vf0xhshnn5v801rnlj6bnxzhn9yaqh"))))
"183kdz76rz93v69k6x684bpwa28xixp83bsyf6xfy182h6vh8x89"))))
(properties
`((upstream-name . "GenomicRanges")))
(build-system r-build-system)