guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gajim: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: gajim: Add missing input.
Date: Fri, 19 May 2023 03:36:04 -0400

This is an automated email from the git hooks/post-receive script.

lbraun pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 26b6c913cd gnu: gajim: Add missing input.
26b6c913cd is described below

commit 26b6c913cdb39c2ac8881af2853aa864eb605cca
Author: Lars-Dominik Braun <ldb@leibniz-psychology.org>
AuthorDate: Fri May 19 09:34:51 2023 +0200

    gnu: gajim: Add missing input.
    
    Fixes <https://issues.guix.gnu.org/issue/62956>.
    
    * gnu/packages/messaging.scm (gajim)[inputs]: Add python-idna.
---
 gnu/packages/messaging.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8441e41351..4b22bdbd0b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1225,6 +1225,7 @@ of xmpppy.")
            python-css-parser
            python-dbus
            python-gssapi
+           python-idna
            python-keyring
            python-nbxmpp
            python-packaging



reply via email to

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