me
/
guix
Archived
1
0
Fork 0

gnu: r-genomicfeatures: Update to 1.32.0.

* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.32.0.
[propagated-inputs]: Remove r-rmysql.
master
Ricardo Wurmus 2018-06-02 11:54:15 +02:00
parent a30df29768
commit b4ad4ec6b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -7707,13 +7707,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.30.3")
(version "1.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "GenomicFeatures" version))
(sha256
(base32
"010vn8hlwbnw12pd1d8pv6m12yp3xwx557gba5rbjq9p4qypnn3z"))))
"1cqcl72q0k5wylw1brn4g4h7xzys1v06piry19cvp0gjcvm5sp7a"))))
(properties
`((upstream-name . "GenomicFeatures")))
(build-system r-build-system)
@ -7729,7 +7729,6 @@ as well as query and modify the browser state, such as the current viewport.")
("r-iranges" ,r-iranges)
("r-rcurl" ,r-rcurl)
("r-rsqlite" ,r-rsqlite)
("r-rmysql" ,r-rmysql)
("r-rtracklayer" ,r-rtracklayer)
("r-s4vectors" ,r-s4vectors)
("r-xvector" ,r-xvector)))