1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libidn2: Update to 2.1.1a.

* gnu/packages/libidn.scm (libidn2): Update to 2.1.1a.
This commit is contained in:
Marius Bakke
2019-02-10 18:18:18 +01:00
parent 342c695e10
commit f9126dd404

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