diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-04-24 10:05:52 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-04-24 10:13:25 +0200 |
commit | 089abfc1431bd3e2a2c82c841942be3be2ad0134 (patch) | |
tree | eadac2b148543fdf86a8d1f451c3ff3780e7aaa6 | |
parent | c11df2e879b7e5fb40187325a1d32435cb918ca6 (diff) | |
download | patches-089abfc1431bd3e2a2c82c841942be3be2ad0134.tar patches-089abfc1431bd3e2a2c82c841942be3be2ad0134.tar.gz |
gnu: qtox: Update to 1.15.0.
* gnu/packages/messaging.scm (qtox): Update to 1.15.0.
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 1839b2910d..e3c3634179 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -890,14 +890,14 @@ instant messenger with audio and video chat capabilities.") (define-public qtox (package (name "qtox") - (version "1.13.0") + (version "1.15.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/qTox/qTox/archive/v" version ".tar.gz")) (sha256 (base32 - "0dyplmlqhg4zbg7hdzp3iqppn9xgp7pds5k6w6byjcqhb9zv91ca")) + "0bmnx6m33qn9nx40yy268x4wnvv2y7bvm41hzrlbhsiaph7kg583")) (file-name (string-append name "-" version ".tar.gz")))) (build-system cmake-build-system) (arguments |