gnu: gloox: Update to 1.0.23.
* gnu/packages/messaging.scm (gloox): Update to 1.0.23.
This commit is contained in:
parent
d774fabe4b
commit
548d1f8861
1 changed files with 2 additions and 3 deletions
|
@ -1244,15 +1244,14 @@ (define-public ytalk
|
||||||
(define-public gloox
|
(define-public gloox
|
||||||
(package
|
(package
|
||||||
(name "gloox")
|
(name "gloox")
|
||||||
(version "1.0.22")
|
(version "1.0.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://camaya.net/download/gloox-"
|
(uri (string-append "https://camaya.net/download/gloox-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "12jz8glg9zmyk0iyv1ywf5i0hq93dfq8lvn6lyjgy8730w66mjwp"))))
|
||||||
"0r69gq8if9yy1amjzl7qrq9lzhhna7qgz905ln4wvkwchha1ppja"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libidn" ,libidn)
|
`(("libidn" ,libidn)
|
||||||
|
|
Loading…
Reference in a new issue