3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-iranges: Update to 2.8.2.

* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.8.2.
This commit is contained in:
Ricardo Wurmus 2017-04-06 13:56:21 +02:00
parent e89cf15091
commit 7d05eb2dcc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6308,13 +6308,13 @@ utilities for sequence data management under the ACNUC system.")
(define-public r-iranges
(package
(name "r-iranges")
(version "2.8.1")
(version "2.8.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "IRanges" version))
(sha256
(base32
"0cryqnpqb3p6l9jjw27hyqd550sxlljls3ka7b9rb38hkji7b5hw"))))
"0x8h74ik3xwdnwrkn89hq5ll0qa1lp9jgzlbmpa02dpws7snfwyr"))))
(properties
`((upstream-name . "IRanges")))
(build-system r-build-system)