guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gajim-openpgp: Downgrade to 1.2.14.


From: guix-commits
Subject: 04/05: gnu: gajim-openpgp: Downgrade to 1.2.14.
Date: Thu, 19 Nov 2020 20:35:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3ab0b27e3265b8acc5289c6d3353190b6e48e12d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Nov 19 16:40:17 2020 -0500

    gnu: gajim-openpgp: Downgrade to 1.2.14.
    
    This version is compatible with the stable version of gajim (1.2.2).
    
    * gnu/packages/messaging.scm (gajim-openpgp)[version]: Downgrade to 1.2.14.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 e4802fe..1576447 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -888,7 +888,7 @@ multi-client end-to-end encryption.")
 (define-public gajim-openpgp
   (package
     (name "gajim-openpgp")
-    (version "1.3.5")
+    (version "1.2.14")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -897,7 +897,7 @@ multi-client end-to-end encryption.")
          "https://ftp.gajim.org/plugins_releases/openpgp_";
          version ".zip"))
        (sha256
-        (base32 "1jvpl2gjl5xxvsgxpmvh3mn2mm142dg2hknakkc32swb7l1fqx5m"))))
+        (base32 "0wdjpf1i4pvl4ha4plfpywwi9aw5n2mhrpv8mmbidpawxqfbd94b"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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