diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-12-18 17:58:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-19 13:17:16 +0100 |
commit | f3b985fa61739910c87f2bb8541568204e29ed64 (patch) | |
tree | bd1c720d2f2edf5873d12cf2b67109948709a7cb | |
parent | 21bc352664fcd1c32e88f363a9d1455e83e5cc2a (diff) | |
download | guix-f3b985fa61739910c87f2bb8541568204e29ed64.tar guix-f3b985fa61739910c87f2bb8541568204e29ed64.tar.gz |
gnu: python-nbxmpp: Update to 0.6.1.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.1.
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 880ce81b1e..e549ad4f7c 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -493,14 +493,14 @@ simultaneously and therefore appear under the same nickname on IRC.") (define-public python-nbxmpp (package (name "python-nbxmpp") - (version "0.5.5") + (version "0.6.1") (source (origin (method url-fetch) (uri (pypi-uri "nbxmpp" version)) (sha256 (base32 - "1gnzrzrdl4nii1sc5x8p5iw2ya5sl70j3nn34abqsny51p2pzmv6")))) + "0qvkiscy42nhzhccszi049ws8cnhpxgc13g8naq1rsa5x9zy163c")))) (build-system python-build-system) (arguments `(#:tests? #f)) ; no tests |