diff options
| author | Murilo <murilo@disroot.org> | 2025-09-30 21:06:00 -0300 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2025-10-05 20:00:36 -0400 |
| commit | 0548de4cf0c94dfc7654d63393d80c6808c72bd3 (patch) | |
| tree | cfa866ff4adca3df73b783ee25c32a5872c40abd /gnu | |
| parent | dad701be6e0e504522f7c855c0fa25121dcdca9d (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 7331df5c83a..bc3e55ad704 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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. |
