mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gloox: Update to 1.0.24.
* gnu/packages/messaging.scm (gloox): Update to 1.0.24.
This commit is contained in:
parent
cdc2e2bba9
commit
35199959d6
1 changed files with 2 additions and 2 deletions
|
@ -1306,14 +1306,14 @@ (define-public ytalk
|
|||
(define-public gloox
|
||||
(package
|
||||
(name "gloox")
|
||||
(version "1.0.23")
|
||||
(version "1.0.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://camaya.net/download/gloox-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "12jz8glg9zmyk0iyv1ywf5i0hq93dfq8lvn6lyjgy8730w66mjwp"))))
|
||||
(base32 "1jgrd07qr9jvbb5hcmhrqz4w4lvwc51m30jls1fgxf1f5az6455f"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libidn" ,libidn)
|
||||
|
|
Loading…
Reference in a new issue