guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 64dea829553849a81b96dff5c98145d5581085a5
Author: Murilo <[email protected]>
AuthorDate: Tue Jul 22 13:59:23 2025 -0300
gnu: hyprwayland-scanner: Update to 0.4.5.
* gnu/packages/freedesktop.scm (hyprwayland-scanner): Update to 0.4.5.
[native-inputs]: Change gcc-14 to gcc-15.
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 de94a02278..7f50cb0acd 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1520,7 +1520,7 @@ Python.")
(define-public hyprwayland-scanner
(package
(name "hyprwayland-scanner")
- (version "0.4.4")
+ (version "0.4.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1529,11 +1529,11 @@ Python.")
(file-name (git-file-name name version))
(sha256
(base32
- "1bnckwj7hh4k4knlyprybi1fmy9vda2h492hw6yska2shfzp6jvy"))))
+ "02p42pdbx3g8w7bdrndzf1swzkgkpfrvvqfljpcq9132vh842y0n"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;No tests.
(inputs (list pugixml))
- (native-inputs (list gcc-14 pkg-config))
+ (native-inputs (list gcc-15 pkg-config))
(home-page "https://github.com/hyprwm/hyprwayland-scanner")
(synopsis "Hyprland implementation of @code{wayland-scanner}")
(description