~ruther/guix-local

0548de4cf0c94dfc7654d63393d80c6808c72bd3 — Murilo 6 months ago dad701b
gnu: hyprland: Update to 0.51.1.

* gnu/packages/wm.scm (hyprland): Update to 0.51.1.

Change-Id: Ia8fdf2d3f9a318202e5b1070d2efac6e819e061e
Signed-off-by: John Kehayias <john@guixotic.coop>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +2 -2
@@ 369,7 369,7 @@ loginctl commands (lock/unlock/before-sleep) and inhibit.")
(define-public hyprland
  (package
    (name "hyprland")
    (version "0.51.0")
    (version "0.51.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
                "1dvzqk78a6x33lklhkypwz3mqzlq98g4k7zi6s5nya119zggq0kg"))))
                "0cb1wrqf9796pad6gi49xz3asmjspgbs9qvqjsylm4y9xz8vhqpm"))))
    (build-system cmake-build-system)
    (arguments
     (list #:tests? #f                  ;No tests.