guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit eed9ee5c0dbef3132ac1cbf86969a7dac8c1db20
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Mar 2 10:46:42 2026 +0100

    gnu: r-geosphere: Update to 1.6-5.
    
    * gnu/packages/cran.scm (r-geosphere): Update to 1.6-5.
    
    Change-Id: I72cdad1023abaf8b92397e23241fa9f578c63db6
---
 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 667984e9c5..d1c7556e67 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";)

Reply via email to