mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-geoquery: Update to 2.54.1.
* gnu/packages/bioconductor.scm (r-geoquery): Update to 2.54.1.
This commit is contained in:
parent
048a43d6a5
commit
db85744ef3
1 changed files with 2 additions and 2 deletions
|
@ -2694,14 +2694,14 @@ (define-public r-scone
|
|||
(define-public r-geoquery
|
||||
(package
|
||||
(name "r-geoquery")
|
||||
(version "2.52.0")
|
||||
(version "2.54.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GEOquery" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r8x4jsl1mr9j7wyyqlj0zgwd80vkqhxxqrcgbb78ksryzq45jkr"))))
|
||||
"0j8mlldy7dc38fx5zwj6z6l4b9bhvrn8sil3z8asnd4ic7w9ifx5"))))
|
||||
(properties `((upstream-name . "GEOquery")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue