Skip to content
Snippets Groups Projects
Unverified Commit 37ce9d95 authored by Clément Lassieur's avatar Clément Lassieur
Browse files

gnu: python-nbxmpp: Update to 0.6.9.

* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.9.
parent 7469b98d
No related branches found
No related tags found
No related merge requests found
...@@ -553,14 +553,14 @@ (define-public znc ...@@ -553,14 +553,14 @@ (define-public znc
(define-public python-nbxmpp (define-public python-nbxmpp
(package (package
(name "python-nbxmpp") (name "python-nbxmpp")
(version "0.6.8") (version "0.6.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "nbxmpp" version)) (uri (pypi-uri "nbxmpp" version))
(sha256 (sha256
(base32 (base32
"1iip8ijxp86fx4bl1h67p2lp02p2zm1ga2p3q43nv30smj54nawc")))) "03f8dk4kb7ya0pg7v0a0kqms4c7f2bqan5wl4ig0mcwpdmppj3b6"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ; no tests `(#:tests? #f)) ; no tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment