mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libidn2: Update to 2.3.0.
* gnu/packages/libidn.scm (libidn2): Update to 2.3.0.
This commit is contained in:
parent
eacd072c09
commit
86b38e4af4
1 changed files with 2 additions and 2 deletions
|
@ -59,14 +59,14 @@ (define-public libidn
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue