me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicfeatures: Update to 1.32.2.

* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.32.2.
master
Ricardo Wurmus 2018-09-05 13:59:44 +02:00
parent f2e79823c6
commit ad2ed8d01f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7725,13 +7725,13 @@ as well as query and modify the browser state, such as the current viewport.")
(define-public r-genomicfeatures
(package
(name "r-genomicfeatures")
(version "1.32.0")
(version "1.32.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicFeatures" version))
(sha256
(base32
"1cqcl72q0k5wylw1brn4g4h7xzys1v06piry19cvp0gjcvm5sp7a"))))
"0kfyyg1ib8fkq2hxraal10z4bx3rg8figdskw4yhn1mbh6l42q5f"))))
(properties
`((upstream-name . "GenomicFeatures")))
(build-system r-build-system)