me
/
guix
Archived
1
0
Fork 0

gnu: r-geoquery: Update to 2.60.0.

* gnu/packages/bioconductor.scm (r-geoquery): Update to 2.60.0.
master
Ricardo Wurmus 2021-06-05 08:49:56 +02:00
parent 6db7802b5b
commit 23d3d7af06
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6470,14 +6470,14 @@ high-throughput analyses.")
(define-public r-geoquery
(package
(name "r-geoquery")
(version "2.58.0")
(version "2.60.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GEOquery" version))
(sha256
(base32
"1jzhgnd404wkz978vbqzwbgixr7yk98c7s9q1fzlyax4f8l0cpi4"))))
"0jhkdbcd03d5n8vn3xkad6f21xjkawyxc9rdwcj8vwc8alx730am"))))
(properties `((upstream-name . "GEOquery")))
(build-system r-build-system)
(propagated-inputs