mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
a1d55af8a3
commit
ae35e4af6c
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue