guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gajim: Update to 1.0.3.


From: Clément Lassieur
Subject: 02/02: gnu: gajim: Update to 1.0.3.
Date: Mon, 28 May 2018 10:45:05 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit fdb85546dd1b3e27a305b85832fc85ea92d41d84
Author: Clément Lassieur <address@hidden>
Date:   Mon May 28 16:38:20 2018 +0200

    gnu: gajim: Update to 1.0.3.
    
    * gnu/packages/messaging.scm (gajim): Update to 1.0.3.
---
 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 b8ee8ef..14783d8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -573,7 +573,7 @@ was initially a fork of xmpppy, but uses non-blocking 
sockets.")
 (define-public gajim
   (package
     (name "gajim")
-    (version "1.0.2")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gajim.org/downloads/";
@@ -581,7 +581,7 @@ was initially a fork of xmpppy, but uses non-blocking 
sockets.")
                                   "/gajim-" version ".tar.bz2"))
               (sha256
                (base32
-                "0wyyy3wrk7ka5xrsbafnajzf7iacg8vg3hi16pl4c5p104hdhjdw"))))
+                "0ds4rqwfrpj89a489w6yih8gx5zi7qa4ffgld950fk7s0qxvcfnb"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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