gnu: qtox: Update to 1.16.0.
* gnu/packages/messaging.scm (qtox): Update to 1.16.0.
This commit is contained in:
parent
5d1a3219d2
commit
d88b29d6b7
|
@ -961,14 +961,14 @@ instant messenger with audio and video chat capabilities.")
|
|||
(define-public qtox
|
||||
(package
|
||||
(name "qtox")
|
||||
(version "1.15.0")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/qTox/qTox/archive/v"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bmnx6m33qn9nx40yy268x4wnvv2y7bvm41hzrlbhsiaph7kg583"))
|
||||
"1s445c0h836nf69cg4dkkrllpywbh1grgplw5h0q9milkblz2ws6"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in New Issue