[PATCH] gnu: gloox: Update to 1.0.22.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87ef8e50wk.fsf@ponder
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(-)

Toggle diff (24 lines)
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)
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXGENLAAKCRDcUY/If5cW
qg0JAQCfH9R5lRaEgPCWGHuLq9u1mmC2zFDX6htdQBCSK5Hb2QEA1BHXz6DS7lnc
dCdMVGlMESm5VkM3mSbMsl1xtYU8dAc=
=3u0o
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 34425-done@debbugs.gnu.org)
20190211112151.0793e79f@scratchpost.org
Hi Vagrant,

thanks! Applied to guix master.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhTL8ACgkQ5xo1VCww
uqXI2Qf/ZUzdux5KcZYsXPwo8JY4+uMTsRvddND+YiSVXJnTybCAxrN6LIZ4fDHj
K2hr6Dvjb8RtPDg16JSmNv1E6YoxtvWwm4FQ7izt1nMw+S8tKrquCA5lNCjDB8Le
HyOkUr50rtUYlHLvaY0U9z4Up3iUgWxneXDKLzrzif3FZYPvsRdMO03L0Mx3UWZ7
lyi9MSGDX5fl+4592ZwFUs5l0qmMARL1WagO4jzwAqGQ8hnJqnPtjzUJJ0CtyqV0
TbNuH6fR4RZBzGir2EuhppVew7iN48TGKMZ7R+MDNdv/M0PwiQEUr62ynvU62JlN
o/ek/nk1T72FwEClO8aUAYOoDBEnqA==
=28Sk
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34425@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34425
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help