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.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-26 01:11:06 +01:00
parent ee6a3c0be7
commit 884714c030
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1260,15 +1260,15 @@ (define-public utox
(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