guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-nbxmpp: Correct libsoup dependency.


From: guix-commits
Subject: branch master updated: gnu: python-nbxmpp: Correct libsoup dependency.
Date: Fri, 17 Dec 2021 10:52:25 -0500

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

raghavgururajan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d6abbfd  gnu: python-nbxmpp: Correct libsoup dependency.
d6abbfd is described below

commit d6abbfdab3d18ad223e107843756dcd5028634eb
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Dec 17 10:47:24 2021 -0500

    gnu: python-nbxmpp: Correct libsoup dependency.
    
    This packages uses ABI of libsoup v2.
    
    * gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Replace libsoup
    with libsoup-minimal-2.
---
 gnu/packages/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ea7a742..9287845 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1137,7 +1137,7 @@ simultaneously and therefore appear under the same 
nickname on IRC.")
     (inputs
      (list glib
            glib-networking
-           libsoup
+           libsoup-minimal-2
            python-gssapi
            python-idna
            python-precis-i18n



reply via email to

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