gnu: libidn: Update to 1.37.
* gnu/packages/libidn.scm (libidn): Update to 1.37.
This commit is contained in:
parent
ce98de1fed
commit
4a9597e451
1 changed files with 2 additions and 2 deletions
|
@ -34,14 +34,14 @@
|
||||||
(define-public libidn
|
(define-public libidn
|
||||||
(package
|
(package
|
||||||
(name "libidn")
|
(name "libidn")
|
||||||
(version "1.36")
|
(version "1.37")
|
||||||
(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
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f20n634whpmdwr81c2r0vxxjwchgkvhsr1i8s2bm0ad6h473dhl"))))
|
"1hljls9rkilh04dwiwg388wk8djkac8idijrdysqq2nqbh6rg3iw"))))
|
||||||
(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.
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue