gnu: python-nbxmpp: Clean up formatting.

* gnu/packages/messaging.scm (python-nbxmpp): Clean up formatting.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Parnikkapore 2023-07-04 23:31:12 +07:00 committed by Christopher Baines
parent 79261203fd
commit b0938affbb
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1094,10 +1094,9 @@ (define-public python-nbxmpp
(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 @@ (define-public python-nbxmpp
(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