diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-02 10:46:42 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:37 +0100 |
| commit | ce19272009d2009fbd971a689a687a3cfe6b57a4 (patch) | |
| tree | a6c877945b742289b4f0f1b5f21979a994cb62ee | |
| parent | db2079e27850be5a20cd8c443321077054a9e880 (diff) | |
gnu: r-geosphere: Update to 1.6-5.
* gnu/packages/cran.scm (r-geosphere): Update to 1.6-5.
Change-Id: I72cdad1023abaf8b92397e23241fa9f578c63db6
| -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 667984e9c5d..d1c7556e676 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16738,14 +16738,14 @@ provided.") (define-public r-geosphere (package (name "r-geosphere") - (version "1.5-20") + (version "1.6-5") (source (origin (method url-fetch) (uri (cran-uri "geosphere" version)) (sha256 (base32 - "01cwlrbqi216a19h9721i0vj7vakrybybqkicbg9pwyv6c2hy8cq")))) + "0vncljdgjhhyx1kywz2d946bkrmpawcxx8nfs1fv9875mjx9hd9p")))) (build-system r-build-system) (propagated-inputs (list r-rcpp r-sp)) (home-page "https://cran.r-project.org/web/packages/geosphere") |
