mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: r-geoquery: Update to 2.62.2.
* gnu/packages/bioconductor.scm (r-geoquery): Update to 2.62.2.
This commit is contained in:
parent
fe6a8b4338
commit
f8a38e8380
1 changed files with 2 additions and 2 deletions
|
@ -7254,14 +7254,14 @@ high-throughput analyses.")
|
||||||
(define-public r-geoquery
|
(define-public r-geoquery
|
||||||
(package
|
(package
|
||||||
(name "r-geoquery")
|
(name "r-geoquery")
|
||||||
(version "2.62.1")
|
(version "2.62.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GEOquery" version))
|
(uri (bioconductor-uri "GEOquery" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0plmh4x37r848g6ilvl1x8cim90rp85gikfc5m8lgi2i4xkq7hbq"))))
|
"1hncr0p54qdg82a771yjjm4w1k2myrc26jzvci3g37mq7bgv3mxw"))))
|
||||||
(properties `((upstream-name . "GEOquery")))
|
(properties `((upstream-name . "GEOquery")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue