From 473e5a62cd512cc0d5b4ac2c33be0bc0d0379435 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Thu, 12 Jun 2025 18:24:20 -0400 Subject: gnu: element-desktop: Update to 1.11.103 [security fixes]. Fixes CVE-2025-48937; previous versions fixed CVE-2025-32026. * nongnu/packages/messaging.scm (element-desktop): Update to 1.11.103. --- nongnu/packages/messaging.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nongnu/packages/messaging.scm b/nongnu/packages/messaging.scm index e8cf58a..12d8862 100644 --- a/nongnu/packages/messaging.scm +++ b/nongnu/packages/messaging.scm @@ -1,6 +1,6 @@ ;;; SPDX-License-Identifier: GPL-3.0-or-later ;;; Copyright © 2021, 2022 PantherX OS Team -;;; Copyright © 2022, 2023, 2024, 2025 John Kehayias +;;; Copyright © 2022-2025 John Kehayias ;;; Copyright © 2022 Evgenii Lepikhin ;;; Copyright © 2023 Giacomo Leidi ;;; Copyright © 2023 Raven Hallsby @@ -37,7 +37,7 @@ (define-public element-desktop (package (name "element-desktop") - (version "1.11.95") + (version "1.11.103") (source (origin (method url-fetch) @@ -46,7 +46,7 @@ "https://packages.riot.im/debian/pool/main/e/" name "/" name "_" version "_amd64.deb")) (sha256 - (base32 "1rbzf6xq1r2hjiy0khgp3w2140xhgk9y13ajv8p8vi1xqdbhibvz")))) + (base32 "1apnj9n428lc9cw6jlmnqhcywqd6fnplkj3j5k731f2dzvzaifs6")))) (supported-systems '("x86_64-linux")) (build-system chromium-binary-build-system) (arguments -- cgit v1.2.3