gnu: r-rnaturalearth: Update to 0.3.4.

* gnu/packages/cran.scm (r-rnaturalearth): Update to 0.3.4.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:16:28 +02:00
parent 2b11dc8a0f
commit 5583301fdd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -18462,13 +18462,13 @@ Touzet and Varre (2007).")
(define-public r-rnaturalearth
(package
(name "r-rnaturalearth")
(version "0.3.3")
(version "0.3.4")
(source (origin
(method url-fetch)
(uri (cran-uri "rnaturalearth" version))
(sha256
(base32
"0cji6hpcpkrsx615627z9dgk0zf78l2nnj3x5kkkpj9lvsm5gj6m"))))
"1lqgv2v72jgp3xrxdwh0x644jwd2ixqjqja32r3sj9dfwnpx6b65"))))
(properties `((upstream-name . "rnaturalearth")))
(build-system r-build-system)
(propagated-inputs (list r-httr r-jsonlite r-sf r-sp r-terra))