guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: hangups: Update to 0.4.16.


From: guix-commits
Subject: 10/12: gnu: hangups: Update to 0.4.16.
Date: Tue, 4 Jan 2022 23:46:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0e3fd2b64b2546c34b26d1614ba535e6a2cdaf52
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 4 21:11:56 2022 +0100

    gnu: hangups: Update to 0.4.16.
    
    * gnu/packages/messaging.scm (hangups): Update to 0.4.16.
    [propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf.
---
 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 52b01c8f87..2fe0d35a10 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2462,13 +2462,13 @@ QMatrixClient project.")
 (define-public hangups
   (package
     (name "hangups")
-    (version "0.4.15")
+    (version "0.4.16")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "hangups" version))
        (sha256
-        (base32 "1fa58m6zgvsawp2h1maj82wn6lpdllhbficmcjm78n5bg1hv7f4m"))))
+        (base32 "11szzszwfszc28xvlsh0bahxy3cgibzsirbfjh5m8vj60lzipqm3"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -2489,7 +2489,7 @@ QMatrixClient project.")
            python-async-timeout
            python-configargparse
            python-mechanicalsoup
-           python-protobuf-3.6
+           python-protobuf
            python-readlike
            python-reparser
            python-requests



reply via email to

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