gnu: python-nbxmpp: Update to 0.6.9.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.9.
This commit is contained in:
parent
7469b98db3
commit
37ce9d957b
|
@ -553,14 +553,14 @@ simultaneously and therefore appear under the same nickname on IRC.")
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue