guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: gajim: Update to 0.16.9.


From: Ricardo Wurmus
Subject: 05/05: gnu: gajim: Update to 0.16.9.
Date: Tue, 19 Dec 2017 07:17:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0464dc1c1e6f32823eb82409a4b39d03fa983cc7
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Dec 18 17:52:01 2017 +0100

    gnu: gajim: Update to 0.16.9.
    
    * gnu/packages/messaging.scm (gajim): Update to 0.16.9.
---
 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 e549ad4..8b3bf5c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -518,7 +518,7 @@ was initially a fork of xmpppy, but uses non-blocking 
sockets.")
 (define-public gajim
   (package
     (name "gajim")
-    (version "0.16.8")
+    (version "0.16.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gajim.org/downloads/";
@@ -526,7 +526,7 @@ was initially a fork of xmpppy, but uses non-blocking 
sockets.")
                                   "/gajim-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ckakdjg30fsyjsgyy2573x9nmjivdg76y049l86wns5axw8im26"))))
+                "0v08zdvpqaig0wxpxn1l8rsj3wr3fqvnagn8cnvch17vfqv9gcr1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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