summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wilson <david@daviwil.com>2022-06-12 13:33:07 +0300
committerLudovic Courtès <ludo@gnu.org>2022-06-16 12:50:06 +0200
commit677ae314f6d8599980564ec69dfd3ff0111ef0b6 (patch)
tree3127a10d223e8ffe4c0d6c1d2883dc2059af12c9
parentf4041120076f24ba61b69fcd1adf61a7ef4fd81f (diff)
downloadguix-patches-677ae314f6d8599980564ec69dfd3ff0111ef0b6.tar
guix-patches-677ae314f6d8599980564ec69dfd3ff0111ef0b6.tar.gz
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>
-rw-r--r--gnu/packages/wm.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index acef5c5836..f053eeefcb 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -181,14 +181,14 @@ the leaves of a full binary tree.")
(define-public herbstluftwm
(package
(name "herbstluftwm")
- (version "0.9.3")
+ (version "0.9.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://herbstluftwm.org/tarballs/herbstluftwm-"
version ".tar.gz"))
(sha256
- (base32 "01f1bv9axjhw1l2gwhdwahljssj0h8q7a1bqwbpnwvln0ayv39qb"))
+ (base32 "1k03rdr6irsgnjl4w0vac0kk9nsz46qhy74iflmaycxgfv8fxy7f"))
(file-name (string-append "herbstluftwm-" version ".tar.gz"))))
(build-system cmake-build-system)
(inputs
@@ -200,6 +200,7 @@ the leaves of a full binary tree.")
xsetroot
libx11
libxext
+ libxfixes
libxinerama
libxrandr
libxft))