This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e29c17a2e7 gnu: hyprland: Update to 0.54.1.
e29c17a2e7 is described below
commit e29c17a2e7c4078e1008f1b1c53097d31759b760
Author: John Kehayias <[email protected]>
AuthorDate: Wed Mar 4 13:36:25 2026 -0500
gnu: hyprland: Update to 0.54.1.
* gnu/packages/wm.scm (hyprland): Update to 0.54.1.
Change-Id: I0a64abf9fdb99cb7bd35fd741400f6e3855dc7d5
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index de2d6fa348..856d67f568 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -516,7 +516,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
(define-public hyprland
(package
(name "hyprland")
- (version "0.54.0")
+ (version "0.54.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hyprwm/Hyprland"
@@ -533,7 +533,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
"subprojects"))))
(sha256
(base32
- "1bk959h36gpph4z0xf45vq2g2d1hb5hy6bs6mzzfna9dvpqzgi6x"))))
+ "0q1z5cbwxpdm8wc2p14g53g2i2afqb398ilxsw8i1p4fiinsmmv7"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ;No tests.