diff mbox series

[bug#46411] Update Gajim

Message ID e2376d80-f31c-f2be-fa42-b153c30e6082@raghavgururajan.name
State Accepted
Headers show
Series [bug#46411] Update Gajim | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Raghav Gururajan Feb. 9, 2021, 10:54 p.m. UTC
Hello Guix!

Please find the attached patch-set to update gajim stuff.

Thank you!

Regards,
RG.

Comments

Raghav Gururajan Feb. 11, 2021, 8:31 a.m. UTC | #1
> I simplified some commit messages, as we usually use 'Update to ...',
> no need to mention the origin hash.
> 
> Pushed, thank you!

Thanks a lot!
宋文武 Feb. 11, 2021, 8:31 a.m. UTC | #2
Raghav Gururajan <rg@raghavgururajan.name> writes:

> Hello Guix!
>
> Please find the attached patch-set to update gajim stuff.
>

I simplified some commit messages, as we usually use 'Update to ...',
no need to mention the origin hash.

Pushed, thank you!
diff mbox series

Patch

From 5495256dd0bd65b648e6161d734a81e3ed40ada4 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Tue, 9 Feb 2021 17:40:39 -0500
Subject: [PATCH 6/6] gnu: gajim-openpgp: Update to 1.3.9.

* gnu/packages/messaging.scm (gajim-openpgp) [version]: Modify.
[source]<origin>[sha256]: Modify base32.
[propagated-inputs]: Add python-gpg.
---
 gnu/packages/messaging.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 641ddb6ca1..1878c71c7d 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1122,7 +1122,7 @@  multi-client end-to-end encryption.")
 (define-public gajim-openpgp
   (package
     (name "gajim-openpgp")
-    (version "1.2.14")
+    (version "1.3.9")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -1131,7 +1131,7 @@  multi-client end-to-end encryption.")
          "https://ftp.gajim.org/plugins_releases/openpgp_"
          version ".zip"))
        (sha256
-        (base32 "0wdjpf1i4pvl4ha4plfpywwi9aw5n2mhrpv8mmbidpawxqfbd94b"))))
+        (base32 "0fzvvrap1hmj4rbrcjs6cs5c9l9c0795bgw9vxxxk915n6j91m23"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))
@@ -1146,7 +1146,8 @@  multi-client end-to-end encryption.")
            #t))))
     (propagated-inputs
      `(("python-cryptography" ,python-cryptography)
-       ("python-gnupg" ,python-gnupg)))
+       ("python-gnupg" ,python-gnupg)
+       ("python-gpg" ,python-gpg)))
     (synopsis "Gajim OpenPGP plugin")
     (description "Gajim-OpenPGP is a plugin that adds support for the OpenPGP
 Encryption to Gajim.")
-- 
2.30.0