1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-01 13:44:08 +02:00

gnu: libidn2: Update to 2.3.8.

* gnu/packages/libidn.scm (libidn2): Update to 2.3.8.

Merges guix/guix!7306

Change-Id: Ib2b3bcc340cbf89cfb1fc67e14eb45ad09910b08
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
Yelninei
2026-03-19 16:51:28 +00:00
committed by Cayetano Santos
parent eb60784b22
commit e97d8ee352
+2 -2
View File
@@ -60,14 +60,14 @@ Java libraries.")
(define-public libidn2
(package
(name "libidn2")
(version "2.3.7")
(version "2.3.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/" name "-" version
".tar.gz"))
(sha256
(base32
"0r3xzmmrx4hsc53jdncd5yqmkwzjgc4vh4hfkndm3f8hns8sf8ac"))))
"0ykqq39yacg9vvf2alyl5sskbfr531dmzwrgyzhj25hpyqdr2mzm"))))
(inputs
(list libunistring))
(build-system gnu-build-system)