gnu: python-iso3166: Update to 0.9.
* gnu/packages/iso-codes.scm (python-iso3166): Update to 0.9.master
parent
9350a08432
commit
918a9b584d
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
|
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -91,14 +91,14 @@ groups.")
|
||||||
(define-public python-iso3166
|
(define-public python-iso3166
|
||||||
(package
|
(package
|
||||||
(name "python-iso3166")
|
(name "python-iso3166")
|
||||||
(version "0.8")
|
(version "0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "iso3166" version))
|
(uri (pypi-uri "iso3166" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cs9w507dj93jj9z9di93lx2fplf8pma4jkrsvvb258dv6z1gszv"))))
|
"0hm0xm30sprk1jssmn4cqks0x3nx5fp8r5ypvahcysmmayzrsnjl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/deactivated/python-iso3166")
|
(home-page "https://github.com/deactivated/python-iso3166")
|
||||||
(synopsis "Self-contained ISO 3166-1 country definitions")
|
(synopsis "Self-contained ISO 3166-1 country definitions")
|
||||||
|
|
Reference in New Issue