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