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

commit 4b017c53585d5c21da8e66d18da679f5816c299c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:12 2026 +0100

    gnu: r-rncl: Update to 0.8.8.
    
    * gnu/packages/cran.scm (r-rncl): Update to 0.8.8.
    
    Change-Id: Ie26bf5bcfb15ae6ea2e46c8d8f9da40f4b8d1b47
---
 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 1310f705fc..74672e4e91 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32549,13 +32549,13 @@ accompanying package @code{rnaturalearth}.")
 (define-public r-rncl
   (package
     (name "r-rncl")
-    (version "0.8.7")
+    (version "0.8.8")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "rncl" version))
               (sha256
                (base32
-                "0flrqz7pansy11ds23qv06bcmh6vxqljq0517v6292ibbx7nx1qx"))))
+                "0bqdgvp2zw6kkq6zah6rv6jlx3n8h9qrgbvjw91wyc91f2xfpqw5"))))
     (properties
      '((updater-extra-native-inputs . ("r-ape"))))
     (build-system r-build-system)

Reply via email to