This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0dca067d27 gnu: gloox: Update to 1.0.28.
0dca067d27 is described below

commit 0dca067d27803b88effee139ab32b3a36191c623
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Sun Jul 20 21:29:10 2025 +0200

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5593ed9766..da15352403 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1944,14 +1944,14 @@ with several different talk daemons at the same time.")
 (define-public gloox
   (package
     (name "gloox")
-    (version "1.0.24")
+    (version "1.0.28")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://camaya.net/download/gloox-";
                            version ".tar.bz2"))
        (sha256
-        (base32 "1jgrd07qr9jvbb5hcmhrqz4w4lvwc51m30jls1fgxf1f5az6455f"))))
+        (base32 "0v4nqmf22h57jxpihbpxlhdrrvz81nn9jszgl580pply4hnd26sr"))))
     (build-system gnu-build-system)
     (inputs
      (list libidn gnutls zlib))

Reply via email to