gnu: wlroots: Update to 0.17.4.

* gnu/packages/wm.scm (wlroots): Update to 0.17.4.

Change-Id: I4b0f0c1eae71823d9fe7005ace52be862daf8f11
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ahmad Draidi via Guix-patches via 2024-08-25 15:15:03 +04:00 committed by Zheng Junjie
parent 7d2ced8d6d
commit 3d852e02f9
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1726,7 +1726,7 @@ (define-public polybar
(define-public wlroots
(package
(name "wlroots")
(version "0.17.1")
(version "0.17.4")
(source
(origin
(method git-fetch)
@ -1735,7 +1735,7 @@ (define-public wlroots
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1hj4gq5vx8in65622yvjm8bwqkw2vpc556k9my997a0hn0ricj37"))
(base32 "0niigjpy8xxrnw3v9b3bsksw2q3yy3qsa2xx0aazwpycw5zrff83"))
;; This patch can be removed once hwdata in Guix supports pkg-config
(patches (search-patches "wlroots-hwdata-fallback.patch"))))
(build-system meson-build-system)