guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gajim-openpgp: Update to 1.4.8.


From: guix-commits
Subject: 04/04: gnu: gajim-openpgp: Update to 1.4.8.
Date: Sun, 26 Jun 2022 07:11:04 -0400 (EDT)

raghavgururajan pushed a commit to branch master
in repository guix.

commit 08a2a72a124f21fffaee45d0c71aa34cf49b8d70
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Jun 26 06:44:44 2022 -0400

    gnu: gajim-openpgp: Update to 1.4.8.
    
    * gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.8.
---
 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 142108e81c..f1c5e0796c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1333,7 +1333,7 @@ multi-client end-to-end encryption.")
 (define-public gajim-openpgp
   (package
     (name "gajim-openpgp")
-    (version "1.3.9")
+    (version "1.4.8")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -1342,7 +1342,7 @@ multi-client end-to-end encryption.")
          "https://ftp.gajim.org/plugins_releases/openpgp_";
          version ".zip"))
        (sha256
-        (base32 "0fzvvrap1hmj4rbrcjs6cs5c9l9c0795bgw9vxxxk915n6j91m23"))))
+        (base32 "05kgcrxalxsc034kq1i6nriqjb6sdlgf3yb2mani8vk9p00v3j90"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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