summaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
diff options
context:
space:
mode:
authorMurilo <murilo@disroot.org>2025-01-31 08:30:40 -0300
committerJohn Kehayias <john.kehayias@protonmail.com>2025-02-01 14:49:33 -0500
commitb4b4c76982af7a3187bafe5137650282c7080886 (patch)
tree1c25063cc1e215a030d808ff8bfcf611218928a1 /gnu/packages/freedesktop.scm
parentfb7f782410a3d519c055664b26d960066c7c9066 (diff)
gnu: hyprwayland-scanner: Update to 0.4.4.
* gnu/packages/freedesktop.scm (hyprwayland-scanner): Update to 0.4.4. [native-inputs]: Remove gcc-13; add gcc-14. Change-Id: I52fb2d404d17b69e474109488724e3cc9f31c157 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r--gnu/packages/freedesktop.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 90397c2cf2..4e286a7a34 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1387,7 +1387,7 @@ Python.")
(define-public hyprwayland-scanner
(package
(name "hyprwayland-scanner")
- (version "0.4.2")
+ (version "0.4.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1396,11 +1396,11 @@ Python.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r7ay4zjkfyr0xd73wz99qhnqjq7nma98gm51wm9lmai4igw90qw"))))
+ "1bnckwj7hh4k4knlyprybi1fmy9vda2h492hw6yska2shfzp6jvy"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;No tests.
(inputs (list pugixml))
- (native-inputs (list gcc-13 pkg-config))
+ (native-inputs (list gcc-14 pkg-config))
(home-page "https://github.com/hyprwm/hyprwayland-scanner")
(synopsis "Hyprland implementation of @code{wayland-scanner}")
(description