gnu: python-nbxmpp: Update to 0.6.5.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.5.
This commit is contained in:
parent
d0e888c39d
commit
4b6e2a19af
|
@ -485,14 +485,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.4")
|
(version "0.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nbxmpp" version))
|
(uri (pypi-uri "nbxmpp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12rfmp613alh3mi8f94008sx7x1a8c1izs3icrvw7bf4gnf2pi31"))))
|
"162dk6q4g61riam1p78bxwddwy4y2x1si34g5j9jv3rlc9xmhdcv"))))
|
||||||
(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