[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: python-nbxmpp: Update to 5.0.3.
From: |
guix-commits |
Subject: |
07/12: gnu: python-nbxmpp: Update to 5.0.3. |
Date: |
Mon, 25 Nov 2024 06:27:05 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 9f0f3a7eebbecce4768b9876c4cf6bb9fa4ce6c3
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Sat Nov 23 17:58:50 2024 +0100
gnu: python-nbxmpp: Update to 5.0.3.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 5.0.3.
Change-Id: Id1c4cb770123e9ed4a7fa846107eb38df412bc10
Signed-off-by: Luca Matei Pintilie <luca@lucamatei.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/messaging.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f16e61bf09..92910b8977 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1161,13 +1161,13 @@ simultaneously and therefore appear under the same
nickname on IRC.")
(define-public python-nbxmpp
(package
(name "python-nbxmpp")
- (version "4.2.2")
+ (version "5.0.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "nbxmpp" version))
(sha256
- (base32 "095nyy6vjildhrqigxk6vsh49in6mx17bvb3z5zpjmzhv9b8ix46"))))
+ (base32 "1swzbdl1zr34jynhsm1f401h5hdn9p6vw9vxa7vx0gd3ifkmiz7w"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1177,7 +1177,6 @@ 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")))
(inputs
(list glib
glib-networking
- branch master updated (47ab553178 -> 827ec92f44), guix-commits, 2024/11/25
- 01/12: tests: sddm: Update expected message on login screen., guix-commits, 2024/11/25
- 12/12: gnu: gajim-openpgp: Update to 1.6.1., guix-commits, 2024/11/25
- 05/12: gnu: libfabric: Enable libcxi support., guix-commits, 2024/11/25
- 07/12: gnu: python-nbxmpp: Update to 5.0.3.,
guix-commits <=
- 09/12: gnu: Add python-omemo-dr., guix-commits, 2024/11/25
- 03/12: gnu: Add cxi-driver., guix-commits, 2024/11/25
- 10/12: gnu: gajim: Update to 1.9.3., guix-commits, 2024/11/25
- 06/12: gnu: openmpi: Disable static libraries., guix-commits, 2024/11/25
- 08/12: gnu: Add python-protobuf-5., guix-commits, 2024/11/25
- 04/12: gnu: Add libcxi., guix-commits, 2024/11/25
- 11/12: gnu: Deprecate gajim-omemo., guix-commits, 2024/11/25
- 02/12: gnu: Add cassini-headers., guix-commits, 2024/11/25