diff options
| author | Roman Scherer <roman@burningswell.com> | 2024-09-27 11:14:02 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-28 12:55:54 +0200 |
| commit | 2ae666c471fae8a30cb66fdfd47420ff871d89a9 (patch) | |
| tree | 8e929124fb71bee80e3b711aff1901deb80f73d0 | |
| parent | 8e5c8303a414719c19a597247674be87fd500d45 (diff) | |
gnu: Add iso-codes.
* gnu/packages/iso-codes.scm (iso-codes): New variable.
Change-Id: I2d945a2daf98d111c04a3c30f0779e39644a5e2e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/iso-codes.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm index 147cc9174b3..8c51777ddac 100644 --- a/gnu/packages/iso-codes.scm +++ b/gnu/packages/iso-codes.scm | |||
| @@ -87,6 +87,20 @@ information.") | |||
| 87 | (("(Taiwan), [^\"]*" _ name) name)))))) | 87 | (("(Taiwan), [^\"]*" _ name) name)))))) |
| 88 | (synopsis "Various ISO standards as used by GNU@tie{}Guix")))) | 88 | (synopsis "Various ISO standards as used by GNU@tie{}Guix")))) |
| 89 | 89 | ||
| 90 | (define-public iso-codes | ||
| 91 | (package | ||
| 92 | (inherit iso-codes/pinned) | ||
| 93 | (version "4.17.0") | ||
| 94 | (source (origin | ||
| 95 | (inherit (package-source iso-codes/pinned)) | ||
| 96 | (uri (git-reference | ||
| 97 | (url (package-home-page iso-codes/pinned)) | ||
| 98 | (commit (string-append "v" version)))) | ||
| 99 | (file-name (git-file-name (package-name iso-codes/pinned) version)) | ||
| 100 | (sha256 | ||
| 101 | (base32 | ||
| 102 | "0a77b9aid68vakhsa3l3lx2jav5q9fp7vn50mwmzkr2lkr2l4k41")))))) | ||
| 103 | |||
| 90 | (define-public python-iso639 | 104 | (define-public python-iso639 |
| 91 | (package | 105 | (package |
| 92 | (name "python-iso639") | 106 | (name "python-iso639") |
