diff options
-rw-r--r-- | gnu/packages/messaging.scm | 5 |
1 files 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 |