From 0548de4cf0c94dfc7654d63393d80c6808c72bd3 Mon Sep 17 00:00:00 2001 From: Murilo Date: Tue, 30 Sep 2025 21:06:00 -0300 Subject: [PATCH] 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 --- 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 7331df5c83add2b30f80d67fe721652420bb2e0d..bc3e55ad7041a583a6884f72810700dfefbe4176 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.