guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: hangups: Update to 0.4.13.


From: guix-commits
Subject: 05/06: gnu: hangups: Update to 0.4.13.
Date: Thu, 11 Mar 2021 17:13:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d3e2ad740f0a9dbfdbb9361d8c4e94e350caaec5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 11 22:54:53 2021 +0100

    gnu: hangups: Update to 0.4.13.
    
    * gnu/packages/messaging.scm (hangups): Update to 0.4.13.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d8eae12..7ab6d02 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2440,13 +2440,13 @@ QMatrixClient project.")
 (define-public hangups
   (package
     (name "hangups")
-    (version "0.4.11")
+    (version "0.4.13")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "hangups" version))
        (sha256
-        (base32 "165lravvlsgkv6pp3vgg785ihycvs43qzqxw2d2yygrc6pbhqlyv"))))
+        (base32 "015g635vnrxk5lf9n80rdcmh6chv8kmla1k2j7m1iijijs519ngn"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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