mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
8f5043bbc6
commit
a27cef76c2
1 changed files with 2 additions and 2 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue