gnu: herbstluftwm: Update to 0.9.4.

* gnu/packages/wm.scm (herbstluftwm): Update to 0.9.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
David Wilson 2022-06-12 13:33:07 +03:00 committed by Ludovic Courtès
parent f404112007
commit 677ae314f6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -181,14 +181,14 @@ the leaves of a full binary tree.")
(define-public herbstluftwm (define-public herbstluftwm
(package (package
(name "herbstluftwm") (name "herbstluftwm")
(version "0.9.3") (version "0.9.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://herbstluftwm.org/tarballs/herbstluftwm-" (uri (string-append "https://herbstluftwm.org/tarballs/herbstluftwm-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "01f1bv9axjhw1l2gwhdwahljssj0h8q7a1bqwbpnwvln0ayv39qb")) (base32 "1k03rdr6irsgnjl4w0vac0kk9nsz46qhy74iflmaycxgfv8fxy7f"))
(file-name (string-append "herbstluftwm-" version ".tar.gz")))) (file-name (string-append "herbstluftwm-" version ".tar.gz"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
@ -200,6 +200,7 @@ the leaves of a full binary tree.")
xsetroot xsetroot
libx11 libx11
libxext libxext
libxfixes
libxinerama libxinerama
libxrandr libxrandr
libxft)) libxft))