diff options
author | Ahmad Draidi via Guix-patches via <guix-patches@gnu.org> | 2024-08-25 15:15:03 +0400 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-06 00:01:38 +0800 |
commit | 3d852e02f9fcd25cd046a5ca33a7818ed3054fce (patch) | |
tree | 6aeeac32091613a4bcef6ac485e4fa2b51367b1a /gnu | |
parent | 7d2ced8d6d9c38327592d312376d59a8c37fc160 (diff) | |
download | guix-3d852e02f9fcd25cd046a5ca33a7818ed3054fce.tar guix-3d852e02f9fcd25cd046a5ca33a7818ed3054fce.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index b35099a50a..7d7ac3498f 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1726,7 +1726,7 @@ functionality to display information about the most commonly used services.") (define-public wlroots (package (name "wlroots") - (version "0.17.1") + (version "0.17.4") (source (origin (method git-fetch) @@ -1735,7 +1735,7 @@ functionality to display information about the most commonly used services.") (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) |