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

* gnu/packages/cran.scm (r-geosphere): Update to 1.5-10.
master
Ricardo Wurmus 2019-05-28 23:56:15 +02:00
parent 0fe52daa59
commit f43ec9e96a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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