mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
7d2ced8d6d
commit
3d852e02f9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue