summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-15 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:00 +0200
commit302a5e1e7cb81472f696d924582c93a5ce538acc (patch)
tree6041a97ca32084bd446545d26f4260f822925522
parent52e17b9f3ff5d6d933179db0db6b4c8a80f2666d (diff)
downloadguix-patches-302a5e1e7cb81472f696d924582c93a5ce538acc.tar
guix-patches-302a5e1e7cb81472f696d924582c93a5ce538acc.tar.gz
gnu: hangups: Update to 0.4.18.
* gnu/packages/messaging.scm (hangups): Update to 0.4.18.
-rw-r--r--gnu/packages/messaging.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 677dc4b930..5dc49503ec 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2485,13 +2485,13 @@ QMatrixClient project.")
(define-public hangups
(package
(name "hangups")
- (version "0.4.16")
+ (version "0.4.18")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hangups" version))
(sha256
- (base32 "11szzszwfszc28xvlsh0bahxy3cgibzsirbfjh5m8vj60lzipqm3"))))
+ (base32 "12mq22lygh6vz2h5dpvyjk18hx3jphb4kkavqsy298c7hw60hn7l"))))
(build-system python-build-system)
(arguments
`(#:phases