mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: zoom: Update to 5.16.10.668.
* nongnu/packages/messaging.scm (zoom): Update to 5.16.10.668.
This commit is contained in:
parent
f9327439b8
commit
e721ad7dfd
1 changed files with 2 additions and 2 deletions
|
@ -160,14 +160,14 @@ or iOS.")
|
|||
(define-public zoom
|
||||
(package
|
||||
(name "zoom")
|
||||
(version "5.15.12.7665")
|
||||
(version "5.16.10.668")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://cdn.zoom.us/prod/" version "/zoom_x86_64.tar.xz"))
|
||||
(file-name (string-append name "-" version "-x86_64.tar.xz"))
|
||||
(sha256
|
||||
(base32 "1pmxgfafwlxnrcw1fay91krjqbf1kaf5ng4f3na0p6liyd5c6fhq"))))
|
||||
(base32 "01h16n235jr3fzvx6kzl1kv38k74n6418m2wjprlxa3hydqmcm7d"))))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(build-system binary-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue