mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
8e5c8303a4
commit
2ae666c471
1 changed files with 14 additions and 0 deletions
|
@ -87,6 +87,20 @@ (define-public iso-codes/pinned
|
|||
(("(Taiwan), [^\"]*" _ name) name))))))
|
||||
(synopsis "Various ISO standards as used by GNU@tie{}Guix"))))
|
||||
|
||||
(define-public iso-codes
|
||||
(package
|
||||
(inherit iso-codes/pinned)
|
||||
(version "4.17.0")
|
||||
(source (origin
|
||||
(inherit (package-source iso-codes/pinned))
|
||||
(uri (git-reference
|
||||
(url (package-home-page iso-codes/pinned))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name (package-name iso-codes/pinned) version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a77b9aid68vakhsa3l3lx2jav5q9fp7vn50mwmzkr2lkr2l4k41"))))))
|
||||
|
||||
(define-public python-iso639
|
||||
(package
|
||||
(name "python-iso639")
|
||||
|
|
Loading…
Reference in a new issue