[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
- branch master updated (2c9009f9fe -> ce0cc6137d), guix-commits, 2023/09/27
- 01/33: gnu: python-nbxmpp: Update to 4.2.2., guix-commits, 2023/09/27
- 04/33: gnu: gajim-openpgp: Update to 1.5.0., guix-commits, 2023/09/27
- 03/33: gnu: gajim-omemo: Update to 2.9.0., guix-commits, 2023/09/27
- 02/33: gnu: gajim: Update to 1.7.3., guix-commits, 2023/09/27
- 05/33: gnu: python-nbxmpp: Clean up formatting.,
guix-commits <=
- 08/33: gnu: python-coloful: Update to 0.5.5., guix-commits, 2023/09/27
- 07/33: gnu: python-pyotp: Update to 2.9.0., guix-commits, 2023/09/27
- 06/33: gnu: gajim: Clean up formatting., guix-commits, 2023/09/27
- 11/33: gnu: splash: Update to 3.8.4., guix-commits, 2023/09/27
- 10/33: gnu: libxisf: Extend description., guix-commits, 2023/09/27
- 14/33: gnu: python-cdflib: Fix version detection., guix-commits, 2023/09/27
- 09/33: gnu: libxisf: Update to 0.2.9., guix-commits, 2023/09/27
- 12/33: gnu: python-astropy-healpix: Update to 1.0.0., guix-commits, 2023/09/27
- 15/33: gnu: python-sunpy: Enable more tests., guix-commits, 2023/09/27
- 20/33: gnu: python-photutils: Update to 1.9.0., guix-commits, 2023/09/27