gnu: r-iranges: Update to 2.18.2.

* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.18.2.
master
Ricardo Wurmus 2019-09-02 14:38:44 +02:00
parent df0f876ee4
commit aea33b475b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7378,13 +7378,13 @@ S4Vectors package itself.")
(define-public r-iranges
(package
(name "r-iranges")
(version "2.18.1")
(version "2.18.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "IRanges" version))
(sha256
(base32
"1d64sh43pfc9vj2l7y7x6sb44l67wlnn3dzygp7ws0smn06mardq"))))
"0dc35844c1mfj07hvy6yn4wag6qdggbgl9gjcg3wpkh9hkm60a5n"))))
(properties
`((upstream-name . "IRanges")))
(build-system r-build-system)