[bug#34425] gnu: gloox: Update to 1.0.22.

Message ID 87ef8e50wk.fsf@ponder
State Accepted
Commit 4a14ee9127dac00d03802404425a8f084d0fded5
Headers show
Series [bug#34425] gnu: gloox: Update to 1.0.22. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Vagrant Cascadian Feb. 11, 2019, 5:50 a.m. UTC
Fixes indefinite hang in tests.

* gnu/packages/messaging.scm (gloox): Update to 1.0.22.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Danny Milosavljevic Feb. 11, 2019, 10:21 a.m. UTC | #1
Hi Vagrant,

thanks!  Applied to guix master.

Patch

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d8ec64f6c3..1991528a53 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1238,7 +1238,7 @@  with several different talk daemons at the same time.")
 (define-public gloox
   (package
     (name "gloox")
-    (version "1.0.21")
+    (version "1.0.22")
     (source
      (origin
        (method url-fetch)
@@ -1246,7 +1246,7 @@  with several different talk daemons at the same time.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "1k57qgif1yii515m6jaqaibkdysfab6394bpawd2l67321f1a4rw"))))
+         "0r69gq8if9yy1amjzl7qrq9lzhhna7qgz905ln4wvkwchha1ppja"))))
     (build-system gnu-build-system)
     (inputs
      `(("libidn" ,libidn)