[PATCH] gnu: gajim: update to 1.4.7

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Adrien Bourmault (neox)
Owner
unassigned
Submitted by
Adrien Bourmault (neox)
Severity
normal

Debbugs page

Adrien Bourmault (neox) wrote 2 years ago
(address . guix-patches@gnu.org)
5411b917-2921-f358-df56-b194fda658bf@a-lec.org
* gnu/packages/messaging.scm (gajim): Update to 1.4.7
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (24 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 404596c553..e7da2e0b8d 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1177,7 +1177,7 @@ (define-public python-nbxmpp
(define-public gajim
(package
(name "gajim")
- (version "1.4.6")
+ (version "1.4.7")
(source
(origin
(method url-fetch)
@@ -1186,7 +1186,7 @@ (define-public gajim
(version-major+minor version)
"/gajim-" version ".tar.gz"))
(sha256
- (base32 "0ks25hh7ksx0nfydixpixcli556w7qcylxp2z2xsx8mgzqv7c9la"))
+ (base32 "1ww46qlxr14nq0ka8wsf8qpn5qfi5dvgyksfh9411crl7azhfj0s"))
(patches (search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
(build-system python-build-system)
(arguments
--
2.39.1
Attachment: OpenPGP_signature
Ludovic Courtès wrote 2 years ago
(name . Adrien Bourmault (neox))(address . neox@a-lec.org)(address . 61313-done@debbugs.gnu.org)
877cwnn2oe.fsf@gnu.org
Hi,

"Adrien Bourmault (neox)" <neox@a-lec.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/messaging.scm (gajim): Update to 1.4.7

I think the patch had been tampered on its way by the mail user agent or
something, but I applied it and all is fine.

Please use ‘git send-email’ in the future; this will also let
https://qa.guix.gnu.org test the patch.

Thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61313@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61313
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help