mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: zoom: Update to 5.15.12.7665.
* nongnu/packages/messaging.scm (zoom): Update to 5.15.12.7665.
This commit is contained in:
parent
7152c84c0d
commit
c760d7b834
1 changed files with 2 additions and 2 deletions
|
@ -160,14 +160,14 @@ or iOS.")
|
||||||
(define-public zoom
|
(define-public zoom
|
||||||
(package
|
(package
|
||||||
(name "zoom")
|
(name "zoom")
|
||||||
(version "5.15.5.5603")
|
(version "5.15.12.7665")
|
||||||
(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 "12jjcrcx227gd55ymx0nac7g9lr4pk7c741qbr7avqwknpnjv8kf"))))
|
(base32 "1pmxgfafwlxnrcw1fay91krjqbf1kaf5ng4f3na0p6liyd5c6fhq"))))
|
||||||
(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