gnu: gloox: Update to 1.0.24.
* gnu/packages/messaging.scm (gloox): Update to 1.0.24.master
parent
cdc2e2bba9
commit
35199959d6
|
@ -1306,14 +1306,14 @@ with several different talk daemons at the same time.")
|
||||||
(define-public gloox
|
(define-public gloox
|
||||||
(package
|
(package
|
||||||
(name "gloox")
|
(name "gloox")
|
||||||
(version "1.0.23")
|
(version "1.0.24")
|
||||||
(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 "12jz8glg9zmyk0iyv1ywf5i0hq93dfq8lvn6lyjgy8730w66mjwp"))))
|
(base32 "1jgrd07qr9jvbb5hcmhrqz4w4lvwc51m30jls1fgxf1f5az6455f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libidn" ,libidn)
|
`(("libidn" ,libidn)
|
||||||
|
|
Reference in New Issue