guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: gloox: Update to 1.0.21.


From: Tobias Geerinckx-Rice
Subject: 04/07: gnu: gloox: Update to 1.0.21.
Date: Mon, 24 Sep 2018 12:18:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 25ab91c85c8901e6e9b36042fa126e24ceb57263
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 24 01:35:17 2018 +0200

    gnu: gloox: Update to 1.0.21.
    
    * gnu/packages/messaging.scm (gloox): Update to 1.0.21.
---
 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 33e9d2f..9b1aea7 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1135,7 +1135,7 @@ with several different talk daemons at the same time.")
 (define-public gloox
   (package
     (name "gloox")
-    (version "1.0.17")
+    (version "1.0.21")
     (source
      (origin
        (method url-fetch)
@@ -1143,7 +1143,7 @@ with several different talk daemons at the same time.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "09c01jr5nrm7f1ly42wg0pqqscmp48pv8y2fjx1vwbavjxdq59ri"))))
+         "1k57qgif1yii515m6jaqaibkdysfab6394bpawd2l67321f1a4rw"))))
     (build-system gnu-build-system)
     (inputs
      `(("libidn" ,libidn)



reply via email to

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