mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01: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
|
(define-public r-geoquery
|
||||||
(package
|
(package
|
||||||
(name "r-geoquery")
|
(name "r-geoquery")
|
||||||
(version "2.52.0")
|
(version "2.54.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GEOquery" version))
|
(uri (bioconductor-uri "GEOquery" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r8x4jsl1mr9j7wyyqlj0zgwd80vkqhxxqrcgbb78ksryzq45jkr"))))
|
"0j8mlldy7dc38fx5zwj6z6l4b9bhvrn8sil3z8asnd4ic7w9ifx5"))))
|
||||||
(properties `((upstream-name . "GEOquery")))
|
(properties `((upstream-name . "GEOquery")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue