guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c524007dc87e11d72f55b354d73606ff485733c9
Author: Murilo <[email protected]>
AuthorDate: Tue Dec 30 13:20:14 2025 -0300

    gnu: hyprland: Update to 0.53.1.
    
    * gnu/packages/wm.scm (hyprland): Update to 0.53.1.
    [inputs]: Add hyprwire, muparser; Change hyprland-qtutils to
    hyprland-guiutils.
    
    The hyprwire and muparser packages are now required dependencies.
    The hyprland-qtutils package has been superseded by hyprland-guiutils.
    
    Change-Id: Idae55ccd9232c28a65162054f9780ee9186a5401
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/wm.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f8a1a6b585..e1916b3e86 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -372,7 +372,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
 (define-public hyprland
   (package
     (name "hyprland")
-    (version "0.52.2")
+    (version "0.53.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/hyprwm/Hyprland";
@@ -389,7 +389,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
                               "subprojects"))))
               (sha256
                (base32
-                "1pfpfj1f02r1a2sr71v3jkmdfvr0kc8mp51b92487bbci6cxpd2p"))))
+                "0q88rfgv080xpxp25bxvv17yy3ppn6nkaxz35fdmaajdlg7j578x"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ;No tests.
@@ -430,13 +430,15 @@ loginctl commands (lock/unlock/before-sleep) and 
inhibit.")
            hyprcursor
            hyprgraphics
            hyprland-protocols
-           hyprland-qtutils
+           hyprland-guiutils
            hyprlang
            hyprutils
+           hyprwire
            libinput-minimal
            libxcursor
            libxkbcommon
            mesa
+           muparser
            pango
            pciutils
            re2-next

Reply via email to