guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/88: gnu: hangups: Update to 0.4.9.


From: guix-commits
Subject: 32/88: gnu: hangups: Update to 0.4.9.
Date: Wed, 10 Apr 2019 23:44:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4b27b09a3aec8808e23db337f732cb622730ce57
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 04:16:49 2019 +0200

    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.
---
 gnu/packages/messaging.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]