GNU bug report logs -
#75923
[PATCH 0/6] hypr* updates
Previous Next
Reported by: Murilo <murilo <at> disroot.org>
Date: Wed, 29 Jan 2025 13:19:02 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
Message #56 received at 75923 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (hyprland): Update to 0.47.1.
[native-inputs]: Style it.
Change-Id: If8baf005a8a92a7ced20db2e3a631f01b058175b
---
gnu/packages/wm.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e2b3452759..980ce22e4b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -360,7 +360,7 @@ (define-public hypridle
(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 @@ (define-public hyprland
"subprojects"))))
(sha256
(base32
- "1s54vqniahda893fdn1b0ipx44arqd20kv6rdyqvrh1mp5bnj5s5"))))
+ "1k59aqny2bhfx5jw8yp0h8gqwxyrbvx9cp9pnsxhd4cgxk9fp2h5"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake-3.30
@@ -407,9 +407,9 @@ (define-public hyprland
(native-inputs
(list gcc-14
hyprwayland-scanner
- (module-ref (resolve-interface
- '(gnu packages commencement))
- 'ld-wrapper)
+ (module-ref
+ (resolve-interface '(gnu packages commencement))
+ 'ld-wrapper)
pkg-config))
(inputs
(list aquamarine
--
2.48.1
This bug report was last modified 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.