me
/
guix
Archived
1
0
Fork 0

gnu: r-iranges: Update to 2.8.1.

* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.8.1.
master
Ricardo Wurmus 2016-12-29 22:10:54 +01:00
parent 86fc9c4a2c
commit 54d9b568fc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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