diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-10-03 08:46:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-03 17:12:41 +0200 |
commit | 3d7a15963e9c7a96c4aad720f2c1b5a6b63be4d0 (patch) | |
tree | 21553c33d3e62fce30b3d3079e8d585d8adee1e4 | |
parent | 0750cf7ebd779d3c52e160a663eb2a7e4d1a3515 (diff) | |
download | patches-3d7a15963e9c7a96c4aad720f2c1b5a6b63be4d0.tar patches-3d7a15963e9c7a96c4aad720f2c1b5a6b63be4d0.tar.gz |
gnu: qtox: Update to 1.12.0.
* gnu/packages/messaging.scm (qtox): Update to 1.12.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/messaging.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 4aa8f25fd1..ae0bb69a15 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -90,6 +90,7 @@ #:use-module (gnu packages guile) #:use-module (gnu packages less) #:use-module (gnu packages readline) + #:use-module (gnu packages photo) #:use-module (gnu packages texinfo)) (define-public libotr @@ -801,14 +802,14 @@ instant messenger with audio and video chat capabilities.") (define-public qtox (package (name "qtox") - (version "1.11.0") + (version "1.12.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/qTox/qTox/archive/v" version ".tar.gz")) (sha256 (base32 - "1m1ca1ybgj4yfm6a61yyj21f5jpip8dsbliwkfypswhmv5y52f5y")) + "0ycgvcfn8hchc775dcn1wpdqff8chvzz1svx9g99wa5vcns9pflg")) (file-name (string-append name "-" version ".tar.gz")))) (build-system cmake-build-system) (arguments @@ -830,6 +831,8 @@ instant messenger with audio and video chat capabilities.") ("libvpx" ,libvpx) ("libxscrnsaver" ,libxscrnsaver) ("libx11" ,libx11) + ("libexif" ,libexif) + ("sqlite" ,sqlite) ("openal" ,openal) ("qrencode" ,qrencode) ("qtbase" ,qtbase) |