guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: poezio: Add missing input.
Date: Sun, 18 Jun 2023 14:29:48 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit f387f8f8ca707b5e9e670131125dc8b175e87b9a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 18 21:24:35 2023 +0300

    gnu: poezio: Add missing input.
    
    * gnu/packages/messaging.scm (poezio)[inputs]: Add
    python-typing-extensions.
---
 gnu/packages/messaging.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 00897ea451..3629d9a6d5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -436,7 +436,8 @@ TCP sessions from existing clients.")
            python-pygments
            python-pyinotify
            python-qrcode
-           python-slixmpp))
+           python-slixmpp
+           python-typing-extensions))
     (synopsis "Console Jabber/XMPP Client")
     (description "Poezio is a free console XMPP client (the protocol on which
 the Jabber IM network is built).



reply via email to

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