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:
parent
ee6a3c0be7
commit
884714c030
1 changed files with 3 additions and 3 deletions
|
@ -1260,15 +1260,15 @@ instant messenger with audio and video chat capabilities.")
|
||||||
(define-public qtox
|
(define-public qtox
|
||||||
(package
|
(package
|
||||||
(name "qtox")
|
(name "qtox")
|
||||||
(version "1.17.2")
|
(version "1.17.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/qTox/qTox/releases"
|
(uri (string-append "https://github.com/qTox/qTox/releases"
|
||||||
"/download/v" version
|
"/download/v" version
|
||||||
"/v" version ".tar.gz"))
|
"/v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fmr3a0apil3rl32247qv2pqslp3knpbj5vhprdq0ixsvifrlhmh"))
|
"11n7si9wdpf80iwkvbspp14dh5jrwm7hxkj8vqhn5pkc48c5bh9j"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue