guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 5f84f10b386a9dfbfe538d062a12ab3632507c5b
Author: Murilo <[email protected]>
AuthorDate: Sat Jan 24 08:27:22 2026 -0300
gnu: hyprland: Update to 0.53.3.
* gnu/packages/wm.scm (hyprland): Update to 0.53.3.
[inputs]: Add glaze.
The glaze library is now a requirement for hyprland to build.
Change-Id: I58ff1fa1edd4225e5acbdef76702d27e4283e875
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/wm.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a877c5dcf5..58016b1669 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -461,7 +461,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
(define-public hyprland
(package
(name "hyprland")
- (version "0.53.1")
+ (version "0.53.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hyprwm/Hyprland"
@@ -478,7 +478,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
"subprojects"))))
(sha256
(base32
- "0q88rfgv080xpxp25bxvv17yy3ppn6nkaxz35fdmaajdlg7j578x"))))
+ "07zfjdjc326zl057qwwb1zsysw1rc2ph5sj108h3r2lpr4ynbgvv"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ;No tests.
@@ -516,6 +516,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
(list aquamarine
binutils
cairo
+ glaze
hyprcursor
hyprgraphics
hyprland-protocols