podiki pushed a commit to branch master
in repository guix.
commit 5a6c66f7919fbe79251cd425ae6952e67acbe94c
Author: John Kehayias <[email protected]>
AuthorDate: Thu Jan 30 23:27:53 2025 -0500
gnu: hyprland: Update to 0.47.1.
* gnu/packages/wm.scm (hyprland): Update to 0.47.1.
Change-Id: Idd0a77db2f592ef8b277a98dee2666e22e477805
---
gnu/packages/wm.scm | 4 ++--
1 file 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