1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00

gnu: python-nbxmpp: Update to 2.0.1.

* gnu/packages/messaging.scm (python-nbxmpp): Update to 2.0.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Raghav Gururajan
2021-02-08 23:29:19 -05:00
committed by 宋文武
parent c7296465cf
commit fdf4a6a8a7

View File

@@ -931,14 +931,14 @@ simultaneously and therefore appear under the same nickname on IRC.")
(define-public python-nbxmpp
(package
(name "python-nbxmpp")
(version "1.0.2")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri
(pypi-uri "nbxmpp" version))
(sha256
(base32 "0vw5drr077w9ks4crnw6pwa4735ycyjdcm54knc3w4in4x5027wr"))))
(base32 "0184nklbpzriq081lghsfavw9m8jr5kc45qqy4v4rdnxn64j7njc"))))
(build-system python-build-system)
(native-inputs
`(("glib:bin" ,glib "bin")))