guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gloox: Update to 1.0.24.


From: guix-commits
Subject: branch master updated: gnu: gloox: Update to 1.0.24.
Date: Wed, 29 Jul 2020 12:40:58 -0400

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

nckx pushed a commit to branch master
in repository guix.

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

commit 35199959d66a7ecc2610927b85c425da082dfe69
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 29 16:47:27 2020 +0200

    gnu: gloox: Update to 1.0.24.
    
    * gnu/packages/messaging.scm (gloox): Update to 1.0.24.
---
 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 adf648a..bda44f3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1306,14 +1306,14 @@ with several different talk daemons at the same time.")
 (define-public gloox
   (package
     (name "gloox")
-    (version "1.0.23")
+    (version "1.0.24")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://camaya.net/download/gloox-";
                            version ".tar.bz2"))
        (sha256
-        (base32 "12jz8glg9zmyk0iyv1ywf5i0hq93dfq8lvn6lyjgy8730w66mjwp"))))
+        (base32 "1jgrd07qr9jvbb5hcmhrqz4w4lvwc51m30jls1fgxf1f5az6455f"))))
     (build-system gnu-build-system)
     (inputs
      `(("libidn" ,libidn)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]