summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Draidi <[email protected]>2024-12-28 10:06:08 +0400
committerZheng Junjie <[email protected]>2025-01-02 20:55:17 +0800
commit4c36355c7f921b6c839a13f9fd21a4f14f897656 (patch)
treef6e4994cb2721f83da42abcfb1643df8291a0ae9
parent7c0718d29d2cb51bd1eb6643dd8ef800b14f0b3f (diff)
gnu: wlroots: Update to 0.18.2.
* gnu/packages/wm.scm (wlroots): Update to 0.18.2. Change-Id: I3383c6be410e3a18b0a4ac18abd9e9d8210520f2 Signed-off-by: Zheng Junjie <[email protected]>
-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 4a9528ee68..32e223fe6e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1865,7 +1865,7 @@ functionality to display information about the most commonly used services.")
(define-public wlroots
(package
(name "wlroots")
- (version "0.18.0")
+ (version "0.18.2")
(source
(origin
(method git-fetch)
@@ -1874,7 +1874,7 @@ functionality to display information about the most commonly used services.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "13avi2805wrfkghgc7ar273p61svmm85k3g3hg9bf2gaxsz6f91f"))))
+ (base32 "1l1c4m8m1h8rl00y9yi6qjma5m3lhai9hqv5578q69yg2dcwraxw"))))
(build-system meson-build-system)
(arguments
`(#:phases