diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 01:52:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 13:54:13 +0100 |
commit | 548d1f8861d6811517115ddb4796ade360978dd7 (patch) | |
tree | 45c898d0bc4e8ed057d54e449e0346d63d085f28 /gnu | |
parent | d774fabe4b44ec652c0209f3cb474a7c94f52e07 (diff) |
gnu: gloox: Update to 1.0.23.
* gnu/packages/messaging.scm (gloox): Update to 1.0.23.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 6917d23f84..1c5866fc49 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1244,15 +1244,14 @@ with several different talk daemons at the same time.") (define-public gloox (package (name "gloox") - (version "1.0.22") + (version "1.0.23") (source (origin (method url-fetch) (uri (string-append "https://camaya.net/download/gloox-" version ".tar.bz2")) (sha256 - (base32 - "0r69gq8if9yy1amjzl7qrq9lzhhna7qgz905ln4wvkwchha1ppja")))) + (base32 "12jz8glg9zmyk0iyv1ywf5i0hq93dfq8lvn6lyjgy8730w66mjwp")))) (build-system gnu-build-system) (inputs `(("libidn" ,libidn) |