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


From: guix-commits
Subject: 02/02: gnu: gajim: Update to 1.1.3.
Date: Sat, 27 Apr 2019 06:08:44 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit bdb372a64751e176314436e42a169a915abe4ca7
Author: Clément Lassieur <address@hidden>
Date:   Sat Apr 27 12:07:16 2019 +0200

    gnu: gajim: Update to 1.1.3.
    
    * gnu/packages/messaging.scm (gajim): Update to 1.1.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 2c15cfd..94d4b08 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -578,7 +578,7 @@ was initially a fork of xmpppy, but uses non-blocking 
sockets.")
 (define-public gajim
   (package
     (name "gajim")
-    (version "1.1.2")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gajim.org/downloads/";
@@ -586,7 +586,7 @@ was initially a fork of xmpppy, but uses non-blocking 
sockets.")
                                   "/gajim-" version ".tar.bz2"))
               (sha256
                (base32
-                "1lx03cgi58z54xb7mhs6bc715lc00w5mpysf9n3q8zgn759fm0rj"))))
+                "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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