guix-commits
[Top][All Lists]
Advanced

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

05/33: gnu: python-nbxmpp: Clean up formatting.


From: guix-commits
Subject: 05/33: gnu: python-nbxmpp: Clean up formatting.
Date: Wed, 27 Sep 2023 07:09:00 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit b0938affbbef20e0bfb1496c30a8ec974d403329
Author: Parnikkapore <poomklao@yahoo.com>
AuthorDate: Tue Jul 4 23:31:12 2023 +0700

    gnu: python-nbxmpp: Clean up formatting.
    
    * gnu/packages/messaging.scm (python-nbxmpp): Clean up formatting.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/messaging.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d025660b2c..6173d98003 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1094,10 +1094,9 @@ simultaneously and therefore appear under the same 
nickname on IRC.")
     (source
      (origin
        (method url-fetch)
-       (uri
-        (pypi-uri "nbxmpp" version))
+       (uri (pypi-uri "nbxmpp" version))
        (sha256
-        (base32 "095nyy6vjildhrqigxk6vsh49in6mx17bvb3z5zpjmzhv9b8ix46"))))
+         (base32 "095nyy6vjildhrqigxk6vsh49in6mx17bvb3z5zpjmzhv9b8ix46"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -1107,8 +1106,7 @@ simultaneously and therefore appear under the same 
nickname on IRC.")
           (replace 'check
             (lambda* (#:key tests? #:allow-other-keys)
               (when tests? (invoke "python" "-m" "unittest" "-v")))))))
-    (native-inputs
-     (list `(,glib "bin")))
+    (native-inputs (list `(,glib "bin")))
     (inputs
      (list glib
            glib-networking



reply via email to

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