diff options
author | Jakob Kirsch <[email protected]> | 2025-01-01 14:58:40 -0500 |
---|---|---|
committer | John Kehayias <[email protected]> | 2025-01-01 15:15:19 -0500 |
commit | ce44a0922979d2ade902638afb9b0d28b160def0 (patch) | |
tree | b3a3bd57bce914bf68e027dcaae41d0f366ea037 | |
parent | 9a36d48e11c93b8d77abc62a3a1368d74671f681 (diff) |
gnu: hyprland: Update to 0.46.2.
* gnu/packages/wm.scm (hyprland): Update to 0.46.2.
[inputs]: Add hyprgraphics and re2-next.
Signed-off-by: John Kehayias <[email protected]>
Change-Id: Ia3b32dba5bdbcd2791fbb7ed7f93063c26e0bdbc
-rw-r--r-- | gnu/packages/wm.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index f2c80c04b5..4a9528ee68 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -77,6 +77,7 @@ ;;; Copyright © 2024 Wamm K. D. <[email protected]> ;;; Copyright © 2024 Ashish SHUKLA <[email protected]> ;;; Copyright © 2024 Josep Bigorra <[email protected]> +;;; Copyright © 2024 Jakob Kirsch <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -169,6 +170,7 @@ #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-xyz) #:use-module (gnu packages readline) + #:use-module (gnu packages regex) #:use-module (gnu packages serialization) #:use-module (gnu packages sphinx) #:use-module (gnu packages suckless) @@ -324,7 +326,7 @@ or musca). (define-public hyprland (package (name "hyprland") - (version "0.45.2") + (version "0.46.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/hyprwm/Hyprland" @@ -341,7 +343,7 @@ or musca). "subprojects")))) (sha256 (base32 - "1jqnly8h72v20fsz1075ib7gl7272g5svqw7qpqhx6243w1320np")))) + "1hdhk7skf94nm4kk3zs2vqyi0qlc32hb7gfhlyzawj5wq05bawnh")))) (build-system cmake-build-system) (arguments (list #:cmake cmake-3.30 @@ -374,6 +376,7 @@ or musca). binutils cairo hyprcursor + hyprgraphics hyprland-protocols hyprlang hyprutils @@ -383,6 +386,7 @@ or musca). mesa pango pciutils + re2-next udis86 wayland wayland-protocols |