guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d4b4a6ae8dc862966b456586bda6d0801134ae94
Author: Murilo <[email protected]>
AuthorDate: Sun Nov 9 11:07:33 2025 -0300

    gnu: xdg-desktop-portal-hyprland: Update to 1.3.11.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal-hyprland): Update to 
1.3.11.
    
    Change-Id: I16ee735a0f0ba5f71fcf8ba8dfc8fedea6aae45b
    Signed-off-by: Andreas Enge <[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 f494219dc6..10107356c8 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3290,7 +3290,7 @@ interfaces.")
 (define-public xdg-desktop-portal-hyprland
   (package
     (name "xdg-desktop-portal-hyprland")
-    (version "1.3.10")
+    (version "1.3.11")
     (source
      (origin
        (method git-fetch)
@@ -3299,7 +3299,7 @@ interfaces.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "079k4zni2ammd2407av55b9vqcsfv8h3hx1xd4zl0fbc3cnsrkcf"))))
+        (base32 "1qxl9csqhhflwbg7n1p80xn9sxkn5srmnvx9vf7gpizndjbdwxg4"))))
     (build-system qt-build-system)
     (arguments
      (list #:tests? #f                  ;No tests.

Reply via email to