guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: hangups: Update to 0.4.14.


From: guix-commits
Subject: 03/04: gnu: hangups: Update to 0.4.14.
Date: Sun, 23 May 2021 20:11:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 22d4c2e452a61f7d6d01e130619bb4d6f71756c7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon May 24 02:07:43 2021 +0200

    gnu: hangups: Update to 0.4.14.
    
    * gnu/packages/messaging.scm (hangups): Update to 0.4.14.
---
 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 59c154b..413e41c4 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2404,13 +2404,13 @@ QMatrixClient project.")
 (define-public hangups
   (package
     (name "hangups")
-    (version "0.4.13")
+    (version "0.4.14")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "hangups" version))
        (sha256
-        (base32 "015g635vnrxk5lf9n80rdcmh6chv8kmla1k2j7m1iijijs519ngn"))))
+        (base32 "15qbbafcrdkx73xz9y30qa3d8nj6mgrp2m41749i5nn1qywmikk8"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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