GNU bug report logs - #68046
[PATCH] gnu: swayidle: Update to 1.8.0.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Tue, 26 Dec 2023 17:58:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: bug#68046: closed (Re: [bug#68046] [PATCH] gnu: swayidle: Update
 to 1.8.0.)
Date: Mon, 18 Mar 2024 10:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68046: [PATCH] gnu: swayidle: Update to 1.8.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 68046 <at> debbugs.gnu.org.

-- 
68046: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68046
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: 68046-done <at> debbugs.gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>, Remco van 't Veer <remco <at> remworks.net>,
 Samuel Matthiesen <samuel <at> nihil.ws>, 68046-done <at> debbugs.gnu.org
Subject: Re: [bug#68046] [PATCH] gnu: swayidle: Update to 1.8.0.
Date: Mon, 18 Mar 2024 11:45:05 +0100

Josselin Poiret via Guix-patches via <guix-patches <at> gnu.org> writes:

> From: Josselin Poiret <dev <at> jpoiret.xyz>
>
> * gnu/packages/wm.scm (swayidle): Update to 1.8.0.
>
> Change-Id: Id7cda2ad9ee5a0262b4238ede698419a993d0a20

Pushed to master,
thanks!

[Message part 3 (message/rfc822, inline)]
From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] gnu: swayidle: Update to 1.8.0.
Date: Tue, 26 Dec 2023 17:28:52 +0100
From: Josselin Poiret <dev <at> jpoiret.xyz>

* gnu/packages/wm.scm (swayidle): Update to 1.8.0.

Change-Id: Id7cda2ad9ee5a0262b4238ede698419a993d0a20
---
 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 82ef67a2e4..04bef21b29 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1811,7 +1811,7 @@ (define-public swayfx
 (define-public swayidle
   (package
     (name "swayidle")
-    (version "1.7.1")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -1820,7 +1820,7 @@ (define-public swayidle
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06iq12p4438d6bv3jlqsf01wjaxrzlnj1bnicn41kad563aq41xl"))))
+        (base32 "0y0qdqzx90kvk6l80darldvizr7p5g65bnblhxlq5a2rgvs9hkpx"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dlogind-provider=elogind")))

base-commit: 5bd80ccd69047b1777749e24d4adf2c951b5d14b
-- 
2.41.0




This bug report was last modified 1 year and 159 days ago.

Previous Next


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