mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: libidn2: Update to 2.3.7.
* gnu/packages/libidn.scm (libidn2): Update to 2.3.7. Change-Id: I7b59f9f6a76a7c0fb39a5e17d7b8979e292f7872
This commit is contained in:
parent
137f7c5966
commit
d7e414598c
1 changed files with 2 additions and 2 deletions
|
|
@ -60,14 +60,14 @@ Java libraries.")
|
|||
(define-public libidn2
|
||||
(package
|
||||
(name "libidn2")
|
||||
(version "2.3.4")
|
||||
(version "2.3.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/libidn/" name "-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pxlvf37j9ivg2wp56q1xvx7g6y9cfmpd87mskwd2lg0nirbmjlk"))))
|
||||
"0r3xzmmrx4hsc53jdncd5yqmkwzjgc4vh4hfkndm3f8hns8sf8ac"))))
|
||||
(inputs
|
||||
(list libunistring))
|
||||
(build-system gnu-build-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue