diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-04-03 07:43:41 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-04-03 07:43:41 +0300 |
| commit | e94616b9966571cfbcd74f970903f4dd3f6efa2b (patch) | |
| tree | fa933cdeb6d21f50d50eea2f033ed5a0a182a899 | |
| parent | 07366434240747f9dbbc7c3b606bb07ad9e66502 (diff) | |
gnu: iso-codes: Update to 3.67.
* gnu/packages/iso-codes.scm (iso-codes): Update to 3.67.
[inputs]: Replace python-2 with python-wrapper.
[home-page]: Use https.
| -rw-r--r-- | gnu/packages/iso-codes.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm index be0b7467964..0a9427cef21 100644 --- a/gnu/packages/iso-codes.scm +++ b/gnu/packages/iso-codes.scm | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com> | 2 | ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com> |
| 3 | ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> | ||
| 3 | ;;; | 4 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 6 | ;;; |
| @@ -28,21 +29,21 @@ | |||
| 28 | (define-public iso-codes | 29 | (define-public iso-codes |
| 29 | (package | 30 | (package |
| 30 | (name "iso-codes") | 31 | (name "iso-codes") |
| 31 | (version "3.49") | 32 | (version "3.67") |
| 32 | (source (origin | 33 | (source (origin |
| 33 | (method url-fetch) | 34 | (method url-fetch) |
| 34 | (uri (string-append | 35 | (uri (string-append |
| 35 | "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-" | 36 | "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-" |
| 36 | version ".tar.xz")) | 37 | version ".tar.xz")) |
| 37 | (sha256 | 38 | (sha256 |
| 38 | (base32 | 39 | (base32 |
| 39 | "1ryk5i467p7xxrbrqynb35ci046yj9k9b4d3hfxzass962lz9q04")))) | 40 | "037hmfs5pk3g36psm378vap1mbrkk86vv8wsdnv65mzbnph52gv0")))) |
| 40 | (build-system gnu-build-system) | 41 | (build-system gnu-build-system) |
| 41 | (inputs | 42 | (inputs |
| 42 | `(("gettext" ,gnu-gettext) | 43 | `(("gettext" ,gnu-gettext) |
| 43 | ("perl" ,perl) | 44 | ("perl" ,perl) |
| 44 | ("python-2" ,python-2))) | 45 | ("python" ,python-wrapper))) |
| 45 | (home-page "http://pkg-isocodes.alioth.debian.org/") | 46 | (home-page "https://pkg-isocodes.alioth.debian.org/") |
| 46 | (synopsis "Various ISO standards") | 47 | (synopsis "Various ISO standards") |
| 47 | (description | 48 | (description |
| 48 | "This package provides lists of various ISO standards (e.g. country, | 49 | "This package provides lists of various ISO standards (e.g. country, |
