guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4210fbf31953d5017e9c57ce40b4f2cb4b568de1
Author: Murilo <[email protected]>
AuthorDate: Sat Aug 23 10:52:42 2025 -0300

    gnu: xdg-desktop-portal-hyprland: Update to 1.3.10.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal-hyprland): Update to 
1.3.10.
    [native-inputs]: Change gcc-14 to gcc-15.
    
    Change-Id: I042c634cbbad2704b81f4a64182b0b4b7bb8db2a
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/freedesktop.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 710ad3a96c..77a88d0cc2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3450,7 +3450,7 @@ interfaces.")
 (define-public xdg-desktop-portal-hyprland
   (package
     (name "xdg-desktop-portal-hyprland")
-    (version "1.3.9")
+    (version "1.3.10")
     (source
      (origin
        (method git-fetch)
@@ -3459,7 +3459,7 @@ interfaces.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0k1bgdpg5ixxqg9r4vraszbnl4rl9gh87dhyc7rr332rf0j9n0xh"))))
+        (base32 "079k4zni2ammd2407av55b9vqcsfv8h3hx1xd4zl0fbc3cnsrkcf"))))
     (build-system qt-build-system)
     (arguments
      (list #:tests? #f                  ;No tests.
@@ -3476,7 +3476,7 @@ interfaces.")
                      (("\\<(hyprland-share-picker)\\>" _ cmd)
                       (string-append #$output "/bin/" cmd))))))))
     (native-inputs
-     (list gcc-14 hyprwayland-scanner pkg-config))
+     (list gcc-15 hyprwayland-scanner pkg-config))
     (inputs
      (list bash-minimal
            grim

Reply via email to