From 0b6f8da3fa13c943ce6a62b6c2309ba7428d03dc Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 9 May 2025 23:43:06 +0200 Subject: [PATCH] gnu: r-countrycode: Update to 1.6.1. * gnu/packages/cran.scm (r-countrycode): Update to 1.6.1. Change-Id: Id5879bc07a1a139e0a267b31fe8420d3ebc3f0e4 --- 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 42dc950f450da1d1af4ffbf46c46867a240914d2..aa42e70bfd2b7486eff0e0255a5fa83df8df8775 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1913,13 +1913,13 @@ period, tests of population rhythm differences and more.") (define-public r-countrycode (package (name "r-countrycode") - (version "1.6.0") + (version "1.6.1") (source (origin (method url-fetch) (uri (cran-uri "countrycode" version)) (sha256 - (base32 "1dix4prcavwbi7l7ifw1frvpmqqdcrvk4c45xl7ckg6068713nzr")))) + (base32 "051j7va5qv46qf9543nscinxibk2mz3sxgbfpniwi9qyjh3878s5")))) (properties `((upstream-name . "countrycode"))) (build-system r-build-system) (native-inputs (list r-testthat r-tibble r-utf8))