gnu: r-rncl: Update to 0.8.8.

* gnu/packages/cran.scm (r-rncl): Update to 0.8.8.

Change-Id: Ie26bf5bcfb15ae6ea2e46c8d8f9da40f4b8d1b47
This commit is contained in:
Ricardo Wurmus 2026-01-14 19:42:12 +01:00 committed by Andreas Enge
parent a1d55af8a3
commit ae35e4af6c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -32551,13 +32551,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)