[PATCH] gnu: swayidle: Update to 1.7.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221105023413.5801-1-kiasoc5@disroot.org
* gnu/packages/wm.scm (swayidle): Update to 1.7.1.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
Ludovic Courtès wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 59036-done@debbugs.gnu.org)
87r0y5pydp.fsf@gnu.org
kiasoc5 <kiasoc5@disroot.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/wm.scm (swayidle): Update to 1.7.1.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59036@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59036
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help