diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2024-02-14 16:36:06 -0500 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2024-02-14 16:36:06 -0500 |
| commit | 10318ef7dd53c946bae9ed63f7e0e8bb8941b6b1 (patch) | |
| tree | dfa4cd03f2a67eaa3c1230eec9121fae269a2890 | |
| parent | 1e7af45b5ffd99d1625fca2a03c430eca736d7b7 (diff) | |
nongnu: zoom: Update to 5.17.5.2543.
* nongnu/packages/messaging.scm (zoom): Update to 5.17.5.2543.
| -rw-r--r-- | nongnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/messaging.scm b/nongnu/packages/messaging.scm index d74da89..74e65ed 100644 --- a/nongnu/packages/messaging.scm +++ b/nongnu/packages/messaging.scm | |||
| @@ -144,14 +144,14 @@ or iOS.") | |||
| 144 | (define-public zoom | 144 | (define-public zoom |
| 145 | (package | 145 | (package |
| 146 | (name "zoom") | 146 | (name "zoom") |
| 147 | (version "5.16.10.668") | 147 | (version "5.17.5.2543") |
| 148 | (source | 148 | (source |
| 149 | (origin | 149 | (origin |
| 150 | (method url-fetch) | 150 | (method url-fetch) |
| 151 | (uri (string-append "https://cdn.zoom.us/prod/" version "/zoom_x86_64.tar.xz")) | 151 | (uri (string-append "https://cdn.zoom.us/prod/" version "/zoom_x86_64.tar.xz")) |
| 152 | (file-name (string-append name "-" version "-x86_64.tar.xz")) | 152 | (file-name (string-append name "-" version "-x86_64.tar.xz")) |
| 153 | (sha256 | 153 | (sha256 |
| 154 | (base32 "01h16n235jr3fzvx6kzl1kv38k74n6418m2wjprlxa3hydqmcm7d")))) | 154 | (base32 "06m53d3jrpiq1z5wd7m61lb3w8m8g72iaqx5sixnzn290gyyzgim")))) |
| 155 | (supported-systems '("x86_64-linux")) | 155 | (supported-systems '("x86_64-linux")) |
| 156 | (build-system binary-build-system) | 156 | (build-system binary-build-system) |
| 157 | (arguments | 157 | (arguments |
