This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c610516db5 gnu: xdg-desktop-portal: Update to 1.22.1.
c610516db5 is described below

commit c610516db57e247b42c22094ecdf149c8bff116b
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Thu Aug 27 19:54:44 2026 +0200

    gnu: xdg-desktop-portal: Update to 1.22.1.
    
    This update contains a fix for CVE-2026-40354.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.22.1.
    
    Merges: https://codeberg.org/guix/guix/pulls/10866
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 5e19d606cb..acdbc02fe3 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3273,7 +3273,7 @@ compatible with the well-known scripts of the same name.")
 (define-public xdg-desktop-portal
   (package
     (name "xdg-desktop-portal")
-    (version "1.20.3")
+    (version "1.22.1")
     (source
      (origin
        (method url-fetch)
@@ -3282,7 +3282,7 @@ compatible with the well-known scripts of the same name.")
              version "/xdg-desktop-portal-" version ".tar.xz"))
        (sha256
         (base32
-         "1p4yvbhqr8yf231gm69vdz3h7na8m6x1mhiw3bmhg4gm6x4idysb"))))
+         "1lskawsvw60ja1fllh5cpikx5i9xy7k9fx0q367imzv57pdrv1yl"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to