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
parent
5e869bde79
commit
4b27b09a3a
|
@ -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
|
||||||
|
|
Reference in New Issue