guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6a740795e3ac240c7af96d543c6558920ede70b1
Author: Murilo <[email protected]>
AuthorDate: Sun Nov 9 11:07:33 2025 -0300

    gnu: hyprland: Update to 0.52.1.
    
    * gnu/packages/wm.scm (hyprland): Update to 0.52.1.
    
    Change-Id: I1de05ea60fef45bc5e974ff4152679883405476b
    Signed-off-by: Andreas Enge <[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 0320f89602..4cb20440ce 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.1")
+    (version "0.52.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
-                "0cb1wrqf9796pad6gi49xz3asmjspgbs9qvqjsylm4y9xz8vhqpm"))))
+                "09gz250n5cpxk5niv9ilb05wwzl8620sxjv542v53p5bcihaqgf4"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ;No tests.

Reply via email to