me
/
guix
Archived
1
0
Fork 0

gnu: python-nbxmpp: Update to 3.1.0.

* gnu/packages/messaging.scm (python-nbxmpp)[version]: Update to 3.1.0.
master
Raghav Gururajan 2022-06-26 06:13:44 -04:00
parent d86ad3d8df
commit 59363483f4
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 2 additions and 2 deletions

View File

@ -1146,14 +1146,14 @@ simultaneously and therefore appear under the same nickname on IRC.")
(define-public python-nbxmpp
(package
(name "python-nbxmpp")
(version "2.0.4")
(version "3.1.0")
(source
(origin
(method url-fetch)
(uri
(pypi-uri "nbxmpp" version))
(sha256
(base32 "1s2phiipq7ks8vrd93p96dzd5wgmgg8q9h2rxsnh2gg7iy06gj9c"))))
(base32 "0c32090gr1fiy7hkn73dcj4ad9gfdpks8hivl1dl8bql01jsfdnj"))))
(build-system python-build-system)
(native-inputs
(list `(,glib "bin")))