gnu: libidn: Update to 1.37.

* gnu/packages/libidn.scm (libidn): Update to 1.37.
This commit is contained in:
Efraim Flashner 2021-05-15 23:41:05 +03:00
parent ce98de1fed
commit 4a9597e451
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -34,14 +34,14 @@ (define-module (gnu packages libidn)
(define-public libidn
(package
(name "libidn")
(version "1.36")
(version "1.37")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/libidn-" version
".tar.gz"))
(sha256
(base32
"0f20n634whpmdwr81c2r0vxxjwchgkvhsr1i8s2bm0ad6h473dhl"))))
"1hljls9rkilh04dwiwg388wk8djkac8idijrdysqq2nqbh6rg3iw"))))
(build-system gnu-build-system)
;; FIXME: No Java and C# libraries are currently built.
(arguments