guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d8e1ec344fabc3a79a38a88f348fc27f59a77872
Author: John Kehayias <[email protected]>
AuthorDate: Mon Mar 2 15:25:47 2026 -0500

    gnu: hyprland: Update to 0.54.0.
    
    * gnu/packages/wm.scm (hyprland): Update to 0.54.0.
    
    Change-Id: I9e8768c9e362bbf1e650aea7bfb2e5cc74a591e3
---
 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 411edcd970..35000fe26a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -513,7 +513,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
 (define-public hyprland
   (package
     (name "hyprland")
-    (version "0.53.3")
+    (version "0.54.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/hyprwm/Hyprland";
@@ -530,7 +530,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
                               "subprojects"))))
               (sha256
                (base32
-                "07zfjdjc326zl057qwwb1zsysw1rc2ph5sj108h3r2lpr4ynbgvv"))))
+                "1bk959h36gpph4z0xf45vq2g2d1hb5hy6bs6mzzfna9dvpqzgi6x"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ;No tests.

Reply via email to