diff options
author | Clément Lassieur <clement@lassieur.org> | 2019-01-21 09:21:16 +0100 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2019-01-21 09:25:39 +0100 |
commit | 37ce9d957b42f6f1b59cd78ad273f5bd75a71eb0 (patch) | |
tree | 57a4d1ecd2d55e3224a239eff27f30c28afecf49 /gnu | |
parent | 7469b98db347cd6189eacb2ccacb02225142e3d6 (diff) |
gnu: python-nbxmpp: Update to 0.6.9.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.9.
Diffstat (limited to 'gnu')
-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 36a181446a..d5ff2fdaa2 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -553,14 +553,14 @@ simultaneously and therefore appear under the same nickname on IRC.") (define-public python-nbxmpp (package (name "python-nbxmpp") - (version "0.6.8") + (version "0.6.9") (source (origin (method url-fetch) (uri (pypi-uri "nbxmpp" version)) (sha256 (base32 - "1iip8ijxp86fx4bl1h67p2lp02p2zm1ga2p3q43nv30smj54nawc")))) + "03f8dk4kb7ya0pg7v0a0kqms4c7f2bqan5wl4ig0mcwpdmppj3b6")))) (build-system python-build-system) (arguments `(#:tests? #f)) ; no tests |