me
/
guix
Archived
1
0
Fork 0

gnu: hangups: Update to 0.4.14.

* gnu/packages/messaging.scm (hangups): Update to 0.4.14.
master
Tobias Geerinckx-Rice 2021-05-24 02:07:43 +02:00
parent 88c8a910ea
commit 22d4c2e452
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2404,13 +2404,13 @@ QMatrixClient project.")
(define-public hangups
(package
(name "hangups")
(version "0.4.13")
(version "0.4.14")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hangups" version))
(sha256
(base32 "015g635vnrxk5lf9n80rdcmh6chv8kmla1k2j7m1iijijs519ngn"))))
(base32 "15qbbafcrdkx73xz9y30qa3d8nj6mgrp2m41749i5nn1qywmikk8"))))
(build-system python-build-system)
(arguments
`(#:phases