summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-02-28 23:56:34 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-07 11:57:34 +0100
commit618c3ef6ce8d3928021fac3be3892fd94286c234 (patch)
tree009b57b41bb724d23f5dfc2b1844a01e9d2cd141
parent0bd81e38712e23244a06b4b7f0c231cfb735d7c6 (diff)
gnu: r-countrycode: Update to 1.7.0.
* gnu/packages/cran.scm (r-countrycode): Update to 1.7.0. Change-Id: I8696fa264534a38439845b732eb135a874a00160
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bb03375aeac..58f952fc58d 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))