mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-iso3166: Update to 2.1.1.
* gnu/packages/iso-codes.scm (python-iso3166): Update to 2.1.1.
This commit is contained in:
parent
ad6d10ac85
commit
583a197b00
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue