From ce44a0922979d2ade902638afb9b0d28b160def0 Mon Sep 17 00:00:00 2001 From: Jakob Kirsch Date: Wed, 1 Jan 2025 14:58:40 -0500 Subject: 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 Change-Id: Ia3b32dba5bdbcd2791fbb7ed7f93063c26e0bdbc --- gnu/packages/wm.scm | 8 ++++++-- 1 file 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. ;;; Copyright © 2024 Ashish SHUKLA ;;; Copyright © 2024 Josep Bigorra +;;; Copyright © 2024 Jakob Kirsch ;;; ;;; This file is part of GNU Guix. ;;; @@ -169,6 +170,7 @@ (define-module (gnu packages wm) #: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 @@ (define-public herbstluftwm (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 @@ (define-public hyprland "subprojects")))) (sha256 (base32 - "1jqnly8h72v20fsz1075ib7gl7272g5svqw7qpqhx6243w1320np")))) + "1hdhk7skf94nm4kk3zs2vqyi0qlc32hb7gfhlyzawj5wq05bawnh")))) (build-system cmake-build-system) (arguments (list #:cmake cmake-3.30 @@ -374,6 +376,7 @@ (define-public hyprland binutils cairo hyprcursor + hyprgraphics hyprland-protocols hyprlang hyprutils @@ -383,6 +386,7 @@ (define-public hyprland mesa pango pciutils + re2-next udis86 wayland wayland-protocols -- cgit v1.2.3