mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libidn2: Update to 0.16.
* gnu/packages/libidn.scm (libidn2): Update to 0.16. [inputs]: Add libunistring.
This commit is contained in:
parent
2b742c2bb0
commit
0418ff7a37
1 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
(define-module (gnu packages libidn)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages libunistring)
|
||||
#:use-module (guix licenses)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
|
@ -51,14 +52,16 @@ (define-public libidn
|
|||
(define-public libidn2
|
||||
(package
|
||||
(name "libidn2")
|
||||
(version "0.11")
|
||||
(version "0.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://alpha.gnu.org/gnu/libidn/libidn2-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zxzhzx14q2b1xkx746pz4lawvqd8d055yy84n52ndwb4pf7nfax"))))
|
||||
"13v8kh4d5nfkymai88zlw3h7k4x9khrpdpv97waf4ah8ykzrxb9g"))))
|
||||
(inputs
|
||||
`(("libunistring" ,libunistring)))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Internationalized domain name library for IDNA2008")
|
||||
(description "Libidn2 is an internationalized domain library implementing
|
||||
|
|
Loading…
Reference in a new issue