1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-03 07:45:55 +02:00

gnu: wf-config: Update to 0.10.0.

* gnu/packages/wm.scm (wf-config): Update to 0.10.0.

Change-Id: I2801da9b7a839800a388fb6ddff1347ff6a7c2f1
This commit is contained in:
Maxim Cournoyer
2025-09-15 23:17:34 +09:00
parent 23dd2a4091
commit 5d8332a282
+2 -2
View File
@@ -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))