guix-commits
[Top][All Lists]
Advanced

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

03/33: gnu: gajim-omemo: Update to 2.9.0.


From: guix-commits
Subject: 03/33: gnu: gajim-omemo: Update to 2.9.0.
Date: Wed, 27 Sep 2023 07:09:00 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d1412b1fb315f810219a9a44007773c518ebee9f
Author: Parnikkapore <poomklao@yahoo.com>
AuthorDate: Tue Jul 4 23:31:10 2023 +0700

    gnu: gajim-omemo: Update to 2.9.0.
    
    * gnu/packages/messaging.scm (gajim-omemo): Update to 2.9.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 06e63e5f55..ca4e91ec6d 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1270,7 +1270,7 @@ and OpenPGP) and available in 29 languages.")
 (define-public gajim-omemo
   (package
     (name "gajim-omemo")
-    (version "2.8.15")
+    (version "2.9.0")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -1279,7 +1279,7 @@ and OpenPGP) and available in 29 languages.")
          "https://ftp.gajim.org/plugins/master/omemo/omemo_";
          version ".zip"))
        (sha256
-        (base32 "1hf148ywr8knk5y3y5xvvwgw74ld1pcfjkp78g514ikcnzfycfcn"))))
+        (base32 "0yy9r9fsrlgdywiln8bskhi8faj9hnz7b19jcap5nkhv8jn9cqq7"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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