me
/
guix
Archived
1
0
Fork 0

gnu: python-iso3166: Update to 2.1.1.

* gnu/packages/iso-codes.scm (python-iso3166): Update to 2.1.1.
master
Liliana Marie Prikler 2022-12-03 10:36:25 +01:00
parent ad6d10ac85
commit 583a197b00
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -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")