diff options
author | Jakob Kirsch <jakob.kirsch@web.de> | 2025-03-29 16:52:47 +0100 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-03-29 17:30:56 -0400 |
commit | d17c20911361844ff6479704d3e26bef8f73aa5c (patch) | |
tree | 2500e028bac1ddbbf04235460ecffd3efd17fd24 | |
parent | 53455b6b332022e4c46374051a37ff34f0110f72 (diff) | |
download | guix-d17c20911361844ff6479704d3e26bef8f73aa5c.tar.gz guix-d17c20911361844ff6479704d3e26bef8f73aa5c.zip |
gnu: hyprland: Update to 0.48.1.
* gnu/packages/wm.scm (hyprland): Update to 0.48.1.
Change-Id: I713a62915d79cfeac2b17bd85b57dc6956949068
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-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 2eefdb4c64..b01f63629f 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -362,7 +362,7 @@ commands (lock/unlock/before-sleep) and inhibit.") (define-public hyprland (package (name "hyprland") - (version "0.48.0") + (version "0.48.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/Hyprland" @@ -379,7 +379,7 @@ commands (lock/unlock/before-sleep) and inhibit.") "subprojects")))) (sha256 (base32 - "1adzdlz5ay5wil4l34150ciqjiir3jlyyxikdw3nw7yxb83mss8j")))) + "19ip27hzaj2j2idaz33ypcslawkp9v5vpjx1gcm6ypqsip1s01h1")))) (build-system cmake-build-system) (arguments (list #:cmake cmake-3.30 |