diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm index 95ab9ca44f..d2bace6a3c 100644 --- a/gnu/packages/iso-codes.scm +++ b/gnu/packages/iso-codes.scm @@ -109,14 +109,14 @@ groups.") (define-public python-iso3166 (package (name "python-iso3166") - (version "0.9") + (version "2.1.1") (source (origin (method url-fetch) (uri (pypi-uri "iso3166" version)) (sha256 (base32 - "0hm0xm30sprk1jssmn4cqks0x3nx5fp8r5ypvahcysmmayzrsnjl")))) + "068p94gavc8gbmp5a2kw8hi5l551wfzbpmp6z7ll8sx6vnw53mgw")))) (build-system python-build-system) (home-page "https://github.com/deactivated/python-iso3166") (synopsis "Self-contained ISO 3166-1 country definitions")