summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-03-02 15:25:47 -0500
committerJohn Kehayias <john@guixotic.coop>2026-03-02 15:25:47 -0500
commitd8e1ec344fabc3a79a38a88f348fc27f59a77872 (patch)
treeab7ed009e181112ee9119963b45d3c434185ea4c /gnu/packages
parent7ab8d91783d4bd61449775b63674f679d16e5ebf (diff)
gnu: hyprland: Update to 0.54.0.
* gnu/packages/wm.scm (hyprland): Update to 0.54.0. Change-Id: I9e8768c9e362bbf1e650aea7bfb2e5cc74a591e3
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 411edcd970c..35000fe26a9 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.