me
/
guix
Archived
1
0
Fork 0

gnu: hangups: Update to 0.4.9.

* gnu/packages/messaging.scm (hangups): Update to 0.4.9.
[native-inputs]: Add python-httpretty and python-pytest.
master
Tobias Geerinckx-Rice 2019-04-11 04:16:49 +02:00
parent 5e869bde79
commit 4b27b09a3a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 2 deletions

View File

@ -1819,13 +1819,13 @@ QMatrixClient project.")
(define-public hangups (define-public hangups
(package (package
(name "hangups") (name "hangups")
(version "0.4.6") (version "0.4.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "hangups" version)) (uri (pypi-uri "hangups" version))
(sha256 (sha256
(base32 "0mvpfd5dc3zgcvwfidcd2qyn59xl5biv728mxifw0ls5rzkc9chs")))) (base32 "1jw4i58cd4j1ymsnhv9224xsi26w8y0qrj6z4nw50dnbl45b6aaa"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -1847,6 +1847,9 @@ QMatrixClient project.")
("python-reparser" ,python-reparser) ("python-reparser" ,python-reparser)
("python-requests" ,python-requests) ("python-requests" ,python-requests)
("python-urwid" ,python-urwid))) ("python-urwid" ,python-urwid)))
(native-inputs
`(("python-httpretty" ,python-httpretty)
("python-pytest" ,python-pytest)))
(home-page "https://hangups.readthedocs.io/") (home-page "https://hangups.readthedocs.io/")
(synopsis "Instant messaging client for Google Hangouts") (synopsis "Instant messaging client for Google Hangouts")
(description (description