From a27cef76c29ba6ef0d7c203783b758ea2d5331d7 Mon Sep 17 00:00:00 2001 From: Chadwain Holness Date: Thu, 24 Mar 2022 13:37:02 -0400 Subject: gnu: python-pycountry: Update to 22.3.5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python-xyz.scm (python-pycountry): Update to 22.3.5. Signed-off-by: Ludovic Courtès --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d3bd107350..5304b6915e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18512,14 +18512,14 @@ multitouch applications.") (define-public python-pycountry (package (name "python-pycountry") - (version "18.5.26") + (version "22.3.5") (source (origin (method url-fetch) (uri (pypi-uri "pycountry" version)) (sha256 (base32 - "15q9j047s3yc9cfcxq1ch8b71f81na44cr6dydd5gxk0ki9a4akz")))) + "0ihnkh86zz01vi46gcwgq6h71jrpj7hq71zi13c98n2qdhj3l5mj")))) (build-system python-build-system) (home-page "https://bitbucket.org/flyingcircus/pycountry") (synopsis "ISO databases for languages, countries, currencies, etc.") -- cgit v1.2.3