~ruther/guix-local

4210fbf31953d5017e9c57ce40b4f2cb4b568de1 — Murilo 8 months ago d787830
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 <john.kehayias@protonmail.com>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/freedesktop.scm
M gnu/packages/freedesktop.scm => gnu/packages/freedesktop.scm +3 -3
@@ 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