diff options
author | John Kehayias <[email protected]> | 2025-01-30 23:27:53 -0500 |
---|---|---|
committer | John Kehayias <[email protected]> | 2025-01-30 23:28:11 -0500 |
commit | 5a6c66f7919fbe79251cd425ae6952e67acbe94c (patch) | |
tree | 5a7da7f26e60bf43d8b579bc16b4dc05b21c66ee /gnu | |
parent | 7e6696908e2361582c4d4139d75ee0ed0bdc115c (diff) |
gnu: hyprland: Update to 0.47.1.
* gnu/packages/wm.scm (hyprland): Update to 0.47.1.
Change-Id: Idd0a77db2f592ef8b277a98dee2666e22e477805
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 92471268f3..068174bc4d 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -360,7 +360,7 @@ commands (lock/unlock/before-sleep) and inhibit.") (define-public hyprland (package (name "hyprland") - (version "0.47.0") + (version "0.47.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/Hyprland" @@ -377,7 +377,7 @@ commands (lock/unlock/before-sleep) and inhibit.") "subprojects")))) (sha256 (base32 - "1s54vqniahda893fdn1b0ipx44arqd20kv6rdyqvrh1mp5bnj5s5")))) + "1k59aqny2bhfx5jw8yp0h8gqwxyrbvx9cp9pnsxhd4cgxk9fp2h5")))) (build-system cmake-build-system) (arguments (list #:cmake cmake-3.30 |