guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gajim-omemo: Update to 2.7.13.


From: guix-commits
Subject: 05/06: gnu: gajim-omemo: Update to 2.7.13.
Date: Thu, 11 Feb 2021 03:31:38 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit fb2107cd4a54e13789295cb98fe69f20cc42b66b
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Feb 9 17:29:25 2021 -0500

    gnu: gajim-omemo: Update to 2.7.13.
    
    * gnu/packages/messaging.scm (gajim-omemo): Update to 2.7.13.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.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 6ae1e06..641ddb6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1084,7 +1084,7 @@ and OpenPGP) and available in 29 languages.")
 (define-public gajim-omemo
   (package
     (name "gajim-omemo")
-    (version "2.6.80")
+    (version "2.7.13")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -1093,7 +1093,7 @@ and OpenPGP) and available in 29 languages.")
          "https://ftp.gajim.org/plugins_releases/omemo_";
          version ".zip"))
        (sha256
-        (base32 "179hgx091c12258335znn1540jhp4z3n3wv5ksrgqq7l3jgc93d7"))))
+        (base32 "1msr71rvik05wjpa2inpkadddad2rxaqbqcww5qrdrcz75pm8brn"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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