From 5057da6b398ec9d25aff1af769c3054af102f683 Mon Sep 17 00:00:00 2001 From: Murilo Date: Wed, 5 Feb 2025 09:10:18 -0300 Subject: [PATCH] gnu: hyprland: Update to 0.47.2. * gnu/packages/wm.scm (hyprland): Update to 0.47.2. Change-Id: Ifb80559076de305d28396025931de7450903f05f 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 dbec72698af51d0b756d02a160410c06400380a2..03f1dd7ab98eb1787c497fb10a92e0dad901b9e0 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -360,7 +360,7 @@ commands (lock/unlock/before-sleep) and inhibit.") (define-public hyprland (package (name "hyprland") - (version "0.47.1") + (version "0.47.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/Hyprland" @@ -377,7 +377,7 @@ commands (lock/unlock/before-sleep) and inhibit.") "subprojects")))) (sha256 (base32 - "1k59aqny2bhfx5jw8yp0h8gqwxyrbvx9cp9pnsxhd4cgxk9fp2h5")))) + "1srgzg94978alv16wnx3r973rjwhph8781apzpr9q514kry49x77")))) (build-system cmake-build-system) (arguments (list #:cmake cmake-3.30