gnu: libidn2: Update to 2.0.5.
* gnu/packages/libidn.scm (libidn2): Update to 2.0.5.
This commit is contained in:
parent
d30e9e6109
commit
551a2f9e69
|
@ -57,14 +57,14 @@ Java libraries.")
|
||||||
(define-public libidn2
|
(define-public libidn2
|
||||||
(package
|
(package
|
||||||
(name "libidn2")
|
(name "libidn2")
|
||||||
(version "2.0.4")
|
(version "2.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/libidn/" name "-" version
|
(uri (string-append "mirror://gnu/libidn/" name "-" version
|
||||||
".tar.lz"))
|
".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00f2fyw5kwr9is3cdn5h9arzxp0lnvg0z9bb9zyfs0dq81gaqim4"))))
|
"0s4nkazy1xbs6bbq4farby1xhmhzk5bdclbil5gqdwyzxsgabxqg"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lzip" ,lzip)))
|
`(("lzip" ,lzip)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue