me
/
guix
Archived
1
0
Fork 0

gnu: python-slixmpp: Update to 1.8.3.

* gnu/packages/python-xyz.scm (python-slixmpp): Update to 1.8.3.
[propagated-inputs]: Add python-cryptography, python-defusedxml and
python-emoji.
master
Andreas Enge 2023-02-19 22:58:45 +01:00
parent b1a0b5a3f5
commit 3b57f25f55
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 8 additions and 3 deletions

View File

@ -1065,7 +1065,7 @@ generator MkDocs.")
(define-public python-slixmpp
(package
(name "python-slixmpp")
(version "1.5.2")
(version "1.8.3")
(source
(origin
(method git-fetch)
@ -1077,7 +1077,7 @@ generator MkDocs.")
(file-name
(git-file-name name version))
(sha256
(base32 "15mqxcws14bjvh5jcfwl86zsvrymkdw3ya07vb44md7vfnsnclwx"))))
(base32 "0cvr037qhf0fpby5dci6ckqngaly1mnjs2zpndwgmvr3dyvrd8l8"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -1093,7 +1093,12 @@ generator MkDocs.")
("gnupg" ,gnupg)
("pkg-config" ,pkg-config)))
(propagated-inputs
(list python-aiodns python-aiohttp python-pyasn1
(list python-aiodns
python-aiohttp
python-cryptography
python-defusedxml
python-emoji
python-pyasn1
python-pyasn1-modules))
(inputs
(list libidn python)) ; We are building a Python extension.