me
/
guix
Archived
1
0
Fork 0

gnu: r-geosphere: Update to 1.5-14.

* gnu/packages/cran.scm (r-geosphere): Update to 1.5-14.
master
Ricardo Wurmus 2021-11-01 17:52:15 +00:00
parent d4c9449f12
commit d4ae183b6e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2796,14 +2796,14 @@ coordinates.")
(define-public r-geosphere (define-public r-geosphere
(package (package
(name "r-geosphere") (name "r-geosphere")
(version "1.5-10") (version "1.5-14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "geosphere" version)) (uri (cran-uri "geosphere" version))
(sha256 (sha256
(base32 (base32
"15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan")))) "0bg4vfmrw140j2ax0p6bflvb77w03ir39wa87l96rj473jpa9hzj"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-sp" ,r-sp))) (propagated-inputs `(("r-sp" ,r-sp)))
(home-page "https://cran.r-project.org/web/packages/geosphere") (home-page "https://cran.r-project.org/web/packages/geosphere")