[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: qtox: Update to 1.17.3.
From: |
guix-commits |
Subject: |
06/07: gnu: qtox: Update to 1.17.3. |
Date: |
Wed, 25 Nov 2020 22:23:08 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 884714c030b33c7579d55a18c12cb42a0a514bab
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 01:11:06 2020 +0100
gnu: qtox: Update to 1.17.3.
* gnu/packages/messaging.scm (qtox): Update to 1.17.3.
[source]: Respect that it's no longer a tarball.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index cb1cdc4..2cd9e31 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1260,15 +1260,15 @@ instant messenger with audio and video chat
capabilities.")
(define-public qtox
(package
(name "qtox")
- (version "1.17.2")
+ (version "1.17.3")
(source (origin
- (method url-fetch/tarbomb)
+ (method url-fetch)
(uri (string-append "https://github.com/qTox/qTox/releases"
"/download/v" version
"/v" version ".tar.gz"))
(sha256
(base32
- "0fmr3a0apil3rl32247qv2pqslp3knpbj5vhprdq0ixsvifrlhmh"))
+ "11n7si9wdpf80iwkvbspp14dh5jrwm7hxkj8vqhn5pkc48c5bh9j"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system cmake-build-system)
(arguments
- branch master updated (81fbe03 -> 824a9f1), guix-commits, 2020/11/25
- 02/07: gnu: igraph: Omit static library., guix-commits, 2020/11/25
- 01/07: gnu: igraph: Update to 0.8.4., guix-commits, 2020/11/25
- 04/07: gnu: lean: Trim synopsis., guix-commits, 2020/11/25
- 05/07: gnu: pyzo: Update to 4.11.2., guix-commits, 2020/11/25
- 03/07: gnu: lean: Update to 3.23.0., guix-commits, 2020/11/25
- 07/07: gnu: php: Update to 7.4.13., guix-commits, 2020/11/25
- 06/07: gnu: qtox: Update to 1.17.3.,
guix-commits <=