guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gajim-omemo: Update to 2.7.14.


From: guix-commits
Subject: branch master updated: gnu: gajim-omemo: Update to 2.7.14.
Date: Thu, 03 Jun 2021 23:37:27 -0400

This is an automated email from the git hooks/post-receive script.

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6148172  gnu: gajim-omemo: Update to 2.7.14.
6148172 is described below

commit 6148172c3ea7b567ba94b344cb317305a0f6a7bc
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Jun 3 23:35:12 2021 -0400

    gnu: gajim-omemo: Update to 2.7.14.
    
    * gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.7.14.
---
 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 b326b68..96cbf95 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1144,7 +1144,7 @@ and OpenPGP) and available in 29 languages.")
 (define-public gajim-omemo
   (package
     (name "gajim-omemo")
-    (version "2.7.13")
+    (version "2.7.14")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -1153,7 +1153,7 @@ and OpenPGP) and available in 29 languages.")
          "https://ftp.gajim.org/plugins_releases/omemo_";
          version ".zip"))
        (sha256
-        (base32 "1msr71rvik05wjpa2inpkadddad2rxaqbqcww5qrdrcz75pm8brn"))))
+        (base32 "0jmyjqfc4vimvq5vdqsvz25dsij6bh92alml8qnn59p5farnf86v"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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