gnu: libidn2: Update to 2.1.1a.

* gnu/packages/libidn.scm (libidn2): Update to 2.1.1a.
master
Marius Bakke 2019-02-10 18:18:18 +01:00
parent 342c695e10
commit f9126dd404
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
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.0.5")
(version "2.1.1a")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libidn/" name "-" version
".tar.lz"))
(sha256
(base32
"0s4nkazy1xbs6bbq4farby1xhmhzk5bdclbil5gqdwyzxsgabxqg"))))
"1pdvar50hsgma40gmd7rgrwxhfbqfdpx5slxhl3jjpy1rcjgy9bd"))))
(native-inputs
`(("lzip" ,lzip)))
(inputs