unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59036] [PATCH] gnu: swayidle: Update to 1.7.1.
@ 2022-11-05  2:34 kiasoc5 via Guix-patches via
  2022-11-14 11:29 ` bug#59036: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-05  2:34 UTC (permalink / raw)
  To: 59036; +Cc: kiasoc5

* gnu/packages/wm.scm (swayidle): Update to 1.7.1.
---
 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 eedd339c6c..78e2f468d6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1632,7 +1632,7 @@ (define-public sway
 (define-public swayidle
   (package
     (name "swayidle")
-    (version "1.7")
+    (version "1.7.1")
     (source
      (origin
        (method git-fetch)
@@ -1641,7 +1641,7 @@ (define-public swayidle
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ziya8d5pvvxg16jhy4i04pvq11bdvj68gz5q654ar4dldil17nn"))))
+        (base32 "06iq12p4438d6bv3jlqsf01wjaxrzlnj1bnicn41kad563aq41xl"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dlogind-provider=elogind")))

base-commit: a65cd830084b20f95d39f565ea5cd0da8e8b09ad
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59036: [PATCH] gnu: swayidle: Update to 1.7.1.
  2022-11-05  2:34 [bug#59036] [PATCH] gnu: swayidle: Update to 1.7.1 kiasoc5 via Guix-patches via
@ 2022-11-14 11:29 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-11-14 11:29 UTC (permalink / raw)
  To: kiasoc5; +Cc: 59036-done

kiasoc5 <kiasoc5@disroot.org> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-15  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05  2:34 [bug#59036] [PATCH] gnu: swayidle: Update to 1.7.1 kiasoc5 via Guix-patches via
2022-11-14 11:29 ` bug#59036: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).