me
/
guix
Archived
1
0
Fork 0

gnu: hangups: Update to 0.4.18.

* gnu/packages/messaging.scm (hangups): Update to 0.4.18.
master
Tobias Geerinckx-Rice 2022-05-15 02:00:00 +02:00
parent 52e17b9f3f
commit 302a5e1e7c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2485,13 +2485,13 @@ QMatrixClient project.")
(define-public hangups
(package
(name "hangups")
(version "0.4.16")
(version "0.4.18")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hangups" version))
(sha256
(base32 "11szzszwfszc28xvlsh0bahxy3cgibzsirbfjh5m8vj60lzipqm3"))))
(base32 "12mq22lygh6vz2h5dpvyjk18hx3jphb4kkavqsy298c7hw60hn7l"))))
(build-system python-build-system)
(arguments
`(#:phases