mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: python-nbxmpp: Update to 2.0.4.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 2.0.4.
This commit is contained in:
parent
7532c17a95
commit
860c2077eb
1 changed files with 2 additions and 2 deletions
|
@ -1040,14 +1040,14 @@ (define-public znc
|
|||
(define-public python-nbxmpp
|
||||
(package
|
||||
(name "python-nbxmpp")
|
||||
(version "2.0.2")
|
||||
(version "2.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(pypi-uri "nbxmpp" version))
|
||||
(sha256
|
||||
(base32 "1482fva70i01w60fk70c0fhqmqgzi1fb4xflllz2v6c8mdqkd1m3"))))
|
||||
(base32 "1s2phiipq7ks8vrd93p96dzd5wgmgg8q9h2rxsnh2gg7iy06gj9c"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin")))
|
||||
|
|
Loading…
Reference in a new issue