summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d1080c66c16..bc5d7a4fe74 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -4515,7 +4515,7 @@ and xmonad.")
(define-public wf-config
(package
(name "wf-config")
- (version "0.8.0")
+ (version "0.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4523,7 +4523,7 @@ and xmonad.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (base32
- "07x6dapv2xyg0cn44dd2faw5gpk7mwfpbkpld9kyiaa9d44362z1"))))
+ "0ziiqdh9pgzmhqc566qc0lq2hsy9ihn8hvg503kr4bkn57msvhar"))))
(build-system meson-build-system)
(native-inputs (list pkg-config))
(inputs (list glm libxml2 wlroots-0.17 libevdev))