mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01:00
gnu: i3-wm: Update to 4.22.
* gnu/packages/wm.scm (i3-wm): Update to 4.22. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
39641822fc
commit
388beed078
1 changed files with 3 additions and 3 deletions
|
@ -309,14 +309,14 @@ commands would.")
|
||||||
(define-public i3-wm
|
(define-public i3-wm
|
||||||
(package
|
(package
|
||||||
(name "i3-wm")
|
(name "i3-wm")
|
||||||
(version "4.20.1")
|
(version "4.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://i3wm.org/downloads/i3-"
|
(uri (string-append "https://i3wm.org/downloads/i3-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rpwdgykcvmrmdz244f0wm7446ih1dcw8rlc1hm1c7cc42pyrq93"))))
|
"0jrya4rhh46sivlmqaqc4n9abpp1yn1ajhi616gn75cxwl8rjqr8"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; The test suite requires the unpackaged Xephyr X server.
|
`(;; The test suite requires the unpackaged Xephyr X server.
|
||||||
|
@ -346,7 +346,7 @@ commands would.")
|
||||||
xmlto
|
xmlto
|
||||||
perl-pod-simple
|
perl-pod-simple
|
||||||
libx11
|
libx11
|
||||||
pcre
|
pcre2
|
||||||
startup-notification
|
startup-notification
|
||||||
pango
|
pango
|
||||||
cairo))
|
cairo))
|
||||||
|
|
Loading…
Add table
Reference in a new issue