GNU bug report logs - #78427
[PATCH 00/11] hypr* updates

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Wed, 14 May 2025 17:48:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


View this message in rfc822 format

From: Murilo <murilo <at> disroot.org>
To: 78427 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [bug#78427] [PATCH 06/11] gnu: hypridle: Update to 0.1.6.
Date: Wed, 14 May 2025 14:54:11 -0300
* gnu/packages/wm.scm (hypridle): Update to 0.1.6.
[inputs]: Add hyprwayland-scanner; add hyprland-protocols.

Change-Id: I83481528a030e2564b74c53cef15882fcb02a0d7
---
 gnu/packages/wm.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 67a380ca0b..e459de4d7a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -336,7 +336,7 @@ (define-public herbstluftwm
 (define-public hypridle
   (package
     (name "hypridle")
-    (version "0.1.5")
+    (version "0.1.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -345,13 +345,15 @@ (define-public hypridle
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1622iz8bl8mi7gj2sc2jq6z7622l7l2izj1l9ajwj2mxpwpkdhbs"))))
+                "1f30bx2hq5j3sdac3yn5j9ax64phz4bdgb1syr2jya8ycwd40a5q"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f)) ;No tests.
     (native-inputs (list gcc-14 pkg-config))
     (inputs
-     (list hyprlang
+     (list hyprland-protocols
+           hyprlang
            hyprutils
+           hyprwayland-scanner
            sdbus-c++
            wayland
            wayland-protocols))
-- 
2.49.0





This bug report was last modified 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.