gnu: python-pycountry: Update to 22.3.5.

* gnu/packages/python-xyz.scm (python-pycountry): Update to 22.3.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Chadwain Holness 2022-03-24 13:37:02 -04:00 committed by Ludovic Courtès
parent 8f5043bbc6
commit a27cef76c2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -18512,14 +18512,14 @@ (define-public python-ddt
(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.")