GNU bug report logs -
#77294
[PATCH] gnu: hyprland: Change upstream to prevent crashes.
Previous Next
Reported by: Jakob Kirsch <jakob.kirsch <at> web.de>
Date: Wed, 26 Mar 2025 20:10: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 #8 received at 77294 <at> debbugs.gnu.org (full text, mbox):
From 8a1db15b5beaf0c742a4f645f320284422dbe19d Mon Sep 17 00:00:00 2001
Message-ID: <8a1db15b5beaf0c742a4f645f320284422dbe19d.1743263528.git.jakob.kirsch <at> web.de>
From: Jakob Kirsch <jakob.kirsch <at> web.de>
Date: Sat, 29 Mar 2025 16:52:05 +0100
Subject: [PATCH] gnu: hyprland: Update to 0.48.1.
* gnu/packages/wm.scm (hyprland): Update to 0.48.1.
Change-Id: I713a62915d79cfeac2b17bd85b57dc6956949068
---
gnu/packages/wm.scm | 4 ++--
1 file 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 @@ (define-public hypridle
(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 @@ (define-public hyprland
"subprojects"))))
(sha256
(base32
- "1adzdlz5ay5wil4l34150ciqjiir3jlyyxikdw3nw7yxb83mss8j"))))
+ "19ip27hzaj2j2idaz33ypcslawkp9v5vpjx1gcm6ypqsip1s01h1"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake-3.30
base-commit: 3746dcae31730ff405f49e1a32b506bfa827a3ea
--
2.49.0
This bug report was last modified 53 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.