guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gajim-omemo: Change source URL and update to 2.8.15


From: guix-commits
Subject: 01/02: gnu: gajim-omemo: Change source URL and update to 2.8.15
Date: Tue, 28 Jun 2022 05:26:17 -0400 (EDT)

raghavgururajan pushed a commit to branch master
in repository guix.

commit c4d5e60522ffd97afb08b4d51431a0cf2f389ae6
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Jun 28 05:15:53 2022 -0400

    gnu: gajim-omemo: Change source URL and update to 2.8.15
    
    * gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.15.
    [source]: Modify.
---
 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f1c5e0796c..0aedf851fe 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1297,16 +1297,16 @@ and OpenPGP) and available in 29 languages.")
 (define-public gajim-omemo
   (package
     (name "gajim-omemo")
-    (version "2.8.13")
+    (version "2.8.15")
     (source
      (origin
        (method url-fetch/zipbomb)
        (uri
         (string-append
-         "https://ftp.gajim.org/plugins_releases/omemo_";
+         "https://ftp.gajim.org/plugins/master/omemo/omemo_";
          version ".zip"))
        (sha256
-        (base32 "10ym9abvlfpi6llpsqc0691xdnqp9hrwnl361fnwb1nx2zw6bjbd"))))
+        (base32 "1hf148ywr8knk5y3y5xvvwgw74ld1pcfjkp78g514ikcnzfycfcn"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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