me
/
guix
Archived
1
0
Fork 0

gnu: libidn2: Update to 2.3.0.

* gnu/packages/libidn.scm (libidn2): Update to 2.3.0.
master
Efraim Flashner 2019-11-26 17:58:16 +02:00
parent eacd072c09
commit 86b38e4af4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -59,14 +59,14 @@ Java libraries.")
(define-public libidn2
(package
(name "libidn2")
(version "2.2.0")
(version "2.3.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/" name "-" version
".tar.lz"))
(sha256
(base32
"1a5cv79q6b719jv4fpwjl3r0mmx9qcpla98v9dk64cgxn8f8di10"))))
"14yw4w37ya6rcqa7h6p44x6711dwgq2j22xg6k79ybbf04sj88kb"))))
(native-inputs
`(("lzip" ,lzip)))
(inputs