From d4ae183b6e3a33bb7fe86b00a964d5928c30cc69 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 1 Nov 2021 17:52:15 +0000 Subject: [PATCH] gnu: r-geosphere: Update to 1.5-14. * gnu/packages/cran.scm (r-geosphere): Update to 1.5-14. --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0d77936ebf..1c67b5ff19 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2796,14 +2796,14 @@ coordinates.") (define-public r-geosphere (package (name "r-geosphere") - (version "1.5-10") + (version "1.5-14") (source (origin (method url-fetch) (uri (cran-uri "geosphere" version)) (sha256 (base32 - "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan")))) + "0bg4vfmrw140j2ax0p6bflvb77w03ir39wa87l96rj473jpa9hzj")))) (build-system r-build-system) (propagated-inputs `(("r-sp" ,r-sp))) (home-page "https://cran.r-project.org/web/packages/geosphere")