diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-28 23:56:15 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-28 23:56:15 +0200 |
commit | f43ec9e96a560d06de980566da0761f8277c173c (patch) | |
tree | 9025461d6c0f543ae564f2cbaab97f55e7ab852b /gnu/packages/cran.scm | |
parent | 0fe52daa59ab16f71d64f78711538f2e640aef7f (diff) |
gnu: r-geosphere: Update to 1.5-10.
* gnu/packages/cran.scm (r-geosphere): Update to 1.5-10.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 35582bffb5..398cdd18a0 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") |