me
/
guix
Archived
1
0
Fork 0

gnu: python-nbxmpp: Clean up formatting.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
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
1 changed files with 3 additions and 5 deletions

View File

@ -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