guix-commits
[Top][All Lists]
Advanced

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

21/28: gnu: gloox: Update to 1.0.23.


From: guix-commits
Subject: 21/28: gnu: gloox: Update to 1.0.23.
Date: Fri, 3 Jan 2020 07:54:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 548d1f8861d6811517115ddb4796ade360978dd7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 3 01:52:06 2020 +0100

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 6917d23..1c5866f 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)



reply via email to

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