me
/
guix
Archived
1
0
Fork 0

gnu: hangups: Update to 0.4.11.

* gnu/packages/messaging.scm (hangups): Update to 0.4.11.
master
Tobias Geerinckx-Rice 2020-09-11 16:10:21 +02:00
parent 436185b96e
commit 58833aec3f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2042,13 +2042,13 @@ QMatrixClient project.")
(define-public hangups
(package
(name "hangups")
(version "0.4.10")
(version "0.4.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hangups" version))
(sha256
(base32 "0ww9z9kcb02pwnr8q1ll31wkzspc1fci1ly8ifrwzxysp4rxy3j5"))))
(base32 "165lravvlsgkv6pp3vgg785ihycvs43qzqxw2d2yygrc6pbhqlyv"))))
(build-system python-build-system)
(arguments
`(#:phases