gnu: hangups: Update to 0.4.10.

* gnu/packages/messaging.scm (hangups): Update to 0.4.10.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-22 23:39:43 +01:00
parent 4afb7dd9f5
commit d34c6a2a93
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1822,13 +1822,13 @@ (define-public quaternion
(define-public hangups
(package
(name "hangups")
(version "0.4.9")
(version "0.4.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hangups" version))
(sha256
(base32 "1jw4i58cd4j1ymsnhv9224xsi26w8y0qrj6z4nw50dnbl45b6aaa"))))
(base32 "0ww9z9kcb02pwnr8q1ll31wkzspc1fci1ly8ifrwzxysp4rxy3j5"))))
(build-system python-build-system)
(arguments
`(#:phases