gnu: libidn: Upgrade to 1.28.
* gnu/packages/libidn.scm (libidn): Upgrade to 1.28.
This commit is contained in:
parent
e0bb2e6be1
commit
d4781e8c23
|
@ -26,13 +26,13 @@
|
||||||
(define-public libidn
|
(define-public libidn
|
||||||
(package
|
(package
|
||||||
(name "libidn")
|
(name "libidn")
|
||||||
(version "1.26")
|
(version "1.28")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/libidn/libidn-" version
|
(uri (string-append "mirror://gnu/libidn/libidn-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0g657kv60rh486m7bwyp5k24ljmym4wnb8nmk6d3i3qgr1qlqbqa"))))
|
"1yxbfdiwr3l91m79sksn6v5mgpl4lfj8i82zgryckas9hjb7ldfx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; FIXME: No Java and C# libraries are currently built.
|
;; FIXME: No Java and C# libraries are currently built.
|
||||||
(synopsis "Internationalized string processing library")
|
(synopsis "Internationalized string processing library")
|
||||||
|
|
Loading…
Reference in New Issue