guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b104a808ca028617d530c4b263c9bc419dd502cb
Author: Murilo <[email protected]>
AuthorDate: Thu Dec 4 11:51:55 2025 -0300
gnu: hyprland: Update to 0.52.2.
* gnu/packages/wm.scm (hyprland): Update to 0.52.2.
Change-Id: I1079af936ede402e93484e2801a1f89da0c73cb0
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 3266d7f502..6a98ddd090 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -370,7 +370,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
(define-public hyprland
(package
(name "hyprland")
- (version "0.52.1")
+ (version "0.52.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/hyprwm/Hyprland"
@@ -387,7 +387,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
"subprojects"))))
(sha256
(base32
- "09gz250n5cpxk5niv9ilb05wwzl8620sxjv542v53p5bcihaqgf4"))))
+ "1pfpfj1f02r1a2sr71v3jkmdfvr0kc8mp51b92487bbci6cxpd2p"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ;No tests.