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 (define-public r-genomicranges
(package (package
(name "r-genomicranges") (name "r-genomicranges")
(version "1.24.0") (version "1.24.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "GenomicRanges" version)) (uri (bioconductor-uri "GenomicRanges" version))
(sha256 (sha256
(base32 (base32
"1iyzg1npl3rnnslwq3h759vf0xhshnn5v801rnlj6bnxzhn9yaqh")))) "183kdz76rz93v69k6x684bpwa28xixp83bsyf6xfy182h6vh8x89"))))
(properties (properties
`((upstream-name . "GenomicRanges"))) `((upstream-name . "GenomicRanges")))
(build-system r-build-system) (build-system r-build-system)