~ruther/guix-local

0b6f8da3fa13c943ce6a62b6c2309ba7428d03dc — Ricardo Wurmus 1 year, 5 days ago 2a35234
gnu: r-countrycode: Update to 1.6.1.

* gnu/packages/cran.scm (r-countrycode): Update to 1.6.1.

Change-Id: Id5879bc07a1a139e0a267b31fe8420d3ebc3f0e4
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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))