mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libidn: Update to 1.34.
* gnu/packages/libidn.scm (libidn): Update to 1.34.
This commit is contained in:
parent
78ca500a75
commit
33f3da11b5
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ (define-module (gnu packages libidn)
|
|||
(define-public libidn
|
||||
(package
|
||||
(name "libidn")
|
||||
(version "1.33")
|
||||
(version "1.34")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/libidn/libidn-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"068fjg2arlppjqqpzd714n1lf6gxkpac9v5yyvp1qwmv6nvam9s4"))
|
||||
"0g3fzypp0xjcgr90c5cyj57apx1cmy0c6y9lvw2qdcigbyby469p"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue