guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 587c882fe400a8d863bf508325cb60e87e859968
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 28 23:56:34 2026 +0100
gnu: r-countrycode: Update to 1.7.0.
* gnu/packages/cran.scm (r-countrycode): Update to 1.7.0.
Change-Id: I8696fa264534a38439845b732eb135a874a00160
---
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 bb03375aea..58f952fc58 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2181,13 +2181,13 @@ period, tests of population rhythm differences and
more.")
(define-public r-countrycode
(package
(name "r-countrycode")
- (version "1.6.1")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "countrycode" version))
(sha256
- (base32 "051j7va5qv46qf9543nscinxibk2mz3sxgbfpniwi9qyjh3878s5"))))
+ (base32 "1bci72gmmsi4lslm832x89syjfbq7r6syx18kq46vipskmgflrx4"))))
(properties `((upstream-name . "countrycode")))
(build-system r-build-system)
(native-inputs (list r-testthat r-tibble r-utf8))