guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gajim: update to 1.4.7


From: guix-commits
Subject: 02/04: gnu: gajim: update to 1.4.7
Date: Sat, 11 Feb 2023 19:51:27 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 06cf06aab1fedba0f2e892d1aa2cba75f2fdfb19
Author: Adrien Bourmault (neox) <neox@a-lec.org>
AuthorDate: Mon Feb 6 00:24:19 2023 +0100

    gnu: gajim: update to 1.4.7
    
    [[PGP Signed Part:No public key for 6EB408FE0ACEC664 created at 
2023-02-06T00:24:19+0100 using RSA]]
    * gnu/packages/messaging.scm (gajim): Update to 1.4.7
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 404596c553..e7da2e0b8d 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1177,7 +1177,7 @@ of xmpppy.")
 (define-public gajim
   (package
     (name "gajim")
-    (version "1.4.6")
+    (version "1.4.7")
     (source
      (origin
        (method url-fetch)
@@ -1186,7 +1186,7 @@ of xmpppy.")
                        (version-major+minor version)
                        "/gajim-" version ".tar.gz"))
        (sha256
-        (base32 "0ks25hh7ksx0nfydixpixcli556w7qcylxp2z2xsx8mgzqv7c9la"))
+        (base32 "1ww46qlxr14nq0ka8wsf8qpn5qfi5dvgyksfh9411crl7azhfj0s"))
        (patches (search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
     (build-system python-build-system)
     (arguments



reply via email to

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