guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 44279c9f36d994e67ea73597b0b9c78e8dd3b638
Author: Murilo <[email protected]>
AuthorDate: Tue Jul 22 14:00:36 2025 -0300

    gnu: hyprland: Update to 0.50.1.
    
    * gnu/packages/wm.scm (hyprland): Update to 0.50.1.
    [native-inputs]: Change gcc-14 to gcc-15.
    [inputs]: Change libinput-minimal to libinput-minimal-next.
    [home-page]: Update to new URL.
    
    Signed-off-by: John Kehayias <[email protected]>
---
 gnu/packages/wm.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a5b685ff09..3e30cb3e53 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -373,7 +373,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
 (define-public hyprland
   (package
     (name "hyprland")
-    (version "0.49.0")
+    (version "0.50.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/hyprwm/Hyprland";
@@ -390,7 +390,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
                               "subprojects"))))
               (sha256
                (base32
-                "0c2pvi9cdg6jv9wiz966q1sj8mjmxsgvcplsmfhhknpy7h2gp5px"))))
+                "0mn97wlzc5ccywbq87ka7a27jajkdkgypkfzkcan014viph80wif"))))
     (build-system cmake-build-system)
     (arguments
      (list #:cmake cmake-next
@@ -419,7 +419,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
                      (("hyprland-update-screen" cmd)
                       (search-input-file inputs (in-vicinity "bin" cmd)))))))))
     (native-inputs
-     (list gcc-14
+     (list gcc-15
            hyprwayland-scanner
            (module-ref (resolve-interface
                   '(gnu packages commencement))
@@ -435,7 +435,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
            hyprland-qtutils
            hyprlang
            hyprutils
-           libinput-minimal
+           libinput-minimal-next
            libxcursor
            libxkbcommon
            mesa
@@ -449,7 +449,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
            xcb-util-errors
            xcb-util-wm
            xorg-server-xwayland))
-    (home-page "https://hyprland.org/";)
+    (home-page "https://hypr.land/";)
     (synopsis "Dynamic tiling Wayland compositor")
     (description
      "Hyprland is a dynamic tiling Wayland compositor that doesn't sacrifice on

Reply via email to