This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f4fd7bd gnu: python-nbxmpp: Update to 2.0.2.
f4fd7bd is described below
commit f4fd7bda51f26c3ae00c4c8681c344074739df5c
Author: Raghav Gururajan <[email protected]>
AuthorDate: Tue Mar 9 01:25:33 2021 -0500
gnu: python-nbxmpp: Update to 2.0.2.
* gnu/packages/messaging.scm (python-nbxmpp) [version]: Update to 2.0.2.
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 00e68e4..33a0d4f 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -932,14 +932,14 @@ simultaneously and therefore appear under the same
nickname on IRC.")
(define-public python-nbxmpp
(package
(name "python-nbxmpp")
- (version "2.0.1")
+ (version "2.0.2")
(source
(origin
(method url-fetch)
(uri
(pypi-uri "nbxmpp" version))
(sha256
- (base32 "0184nklbpzriq081lghsfavw9m8jr5kc45qqy4v4rdnxn64j7njc"))))
+ (base32 "1482fva70i01w60fk70c0fhqmqgzi1fb4xflllz2v6c8mdqkd1m3"))))
(build-system python-build-system)
(native-inputs
`(("glib:bin" ,glib "bin")))