mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-geoquery: Update to 2.64.2.
* gnu/packages/bioconductor.scm (r-geoquery): Update to 2.64.2. [propagated-inputs]: Remove r-httr; add r-curl.
This commit is contained in:
parent
52b158dca5
commit
6303dcbc85
1 changed files with 3 additions and 3 deletions
|
@ -7890,21 +7890,21 @@ (define-public r-scone
|
|||
(define-public r-geoquery
|
||||
(package
|
||||
(name "r-geoquery")
|
||||
(version "2.62.2")
|
||||
(version "2.64.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GEOquery" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hncr0p54qdg82a771yjjm4w1k2myrc26jzvci3g37mq7bgv3mxw"))))
|
||||
"1cvkvq2haz831qi8w0gd3ayvxfxsl0z5klhki4gkfi9xqdv1gi9x"))))
|
||||
(properties `((upstream-name . "GEOquery")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
r-curl
|
||||
r-data-table
|
||||
r-dplyr
|
||||
r-httr
|
||||
r-limma
|
||||
r-magrittr
|
||||
r-r-utils
|
||||
|
|
Loading…
Reference in a new issue