diff options
-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 |