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.2.


From: Clément Lassieur
Subject: 02/02: gnu: gajim: Update to 1.0.2.
Date: Mon, 30 Apr 2018 15:24:06 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit 539a8d29319de87b85eb8919346063e5d0bb0f5c
Author: Clément Lassieur <address@hidden>
Date:   Mon Apr 30 21:20:54 2018 +0200

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



reply via email to

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