guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: swayidle: Update to 1.8.0.


From: guix-commits
Subject: branch master updated: gnu: swayidle: Update to 1.8.0.
Date: Mon, 18 Mar 2024 06:41:45 -0400

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 66b20dc567 gnu: swayidle: Update to 1.8.0.
66b20dc567 is described below

commit 66b20dc567ed9801ab55209fc412e4db92d7b0b0
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Tue Dec 26 17:28:52 2023 +0100

    gnu: swayidle: Update to 1.8.0.
    
    * gnu/packages/wm.scm (swayidle): Update to 1.8.0.
    
    Change-Id: Id7cda2ad9ee5a0262b4238ede698419a993d0a20
    Signed-off-by: Jelle Licht <jlicht@fsfe.org>
---
 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 efcca9afb8..906b7d844c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1837,7 +1837,7 @@ corners, shadows, inactive window dimming, etc.")
 (define-public swayidle
   (package
     (name "swayidle")
-    (version "1.7.1")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -1846,7 +1846,7 @@ corners, shadows, inactive window dimming, etc.")
              (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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]