gnu: hangups: Update to 0.4.16.

* gnu/packages/messaging.scm (hangups): Update to 0.4.16.
[propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-04 21:11:56 +01:00
parent 0e96a71816
commit 0e3fd2b64b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2462,13 +2462,13 @@ QMatrixClient project.")
(define-public hangups (define-public hangups
(package (package
(name "hangups") (name "hangups")
(version "0.4.15") (version "0.4.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "hangups" version)) (uri (pypi-uri "hangups" version))
(sha256 (sha256
(base32 "1fa58m6zgvsawp2h1maj82wn6lpdllhbficmcjm78n5bg1hv7f4m")))) (base32 "11szzszwfszc28xvlsh0bahxy3cgibzsirbfjh5m8vj60lzipqm3"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -2489,7 +2489,7 @@ QMatrixClient project.")
python-async-timeout python-async-timeout
python-configargparse python-configargparse
python-mechanicalsoup python-mechanicalsoup
python-protobuf-3.6 python-protobuf
python-readlike python-readlike
python-reparser python-reparser
python-requests python-requests