guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0548de4cf0c94dfc7654d63393d80c6808c72bd3
Author: Murilo <[email protected]>
AuthorDate: Tue Sep 30 21:06:00 2025 -0300
gnu: hyprland: Update to 0.51.1.
* gnu/packages/wm.scm (hyprland): Update to 0.51.1.
Change-Id: Ia8fdf2d3f9a318202e5b1070d2efac6e819e061e
Signed-off-by: John Kehayias <[email protected]>
---
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 7331df5c83..bc3e55ad70 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -369,7 +369,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
(define-public hyprland
(package
(name "hyprland")
- (version "0.51.0")
+ (version "0.51.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hyprwm/Hyprland"
@@ -386,7 +386,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
"subprojects"))))
(sha256
(base32
- "1dvzqk78a6x33lklhkypwz3mqzlq98g4k7zi6s5nya119zggq0kg"))))
+ "0cb1wrqf9796pad6gi49xz3asmjspgbs9qvqjsylm4y9xz8vhqpm"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ;No tests.