me
/
guix
Archived
1
0
Fork 0

gnu: libidn2: Update to 2.3.4.

* gnu/packages/libidn.scm (libidn2): Update to 2.3.4.
master
Efraim Flashner 2022-10-24 21:41:11 +03:00
parent 236b41a958
commit 33e118b164
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -60,14 +60,14 @@ Java libraries.")
(define-public libidn2
(package
(name "libidn2")
(version "2.3.3")
(version "2.3.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/" name "-" version
".tar.gz"))
(sha256
(base32
"1c3fqgqwpnkf6z8nran6cd6cpzrc9r1awg1j9ga363f049srib7k"))))
"0pxlvf37j9ivg2wp56q1xvx7g6y9cfmpd87mskwd2lg0nirbmjlk"))))
(inputs
(list libunistring))
(build-system gnu-build-system)