gnu: swayidle: Update to 1.7.1.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
kiasoc5 2022-11-04 22:34:13 -04:00 committed by Ludovic Courtès
parent 2e33a78a93
commit d5fff6885b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1633,7 +1633,7 @@ (define-public sway
(define-public swayidle
(package
(name "swayidle")
(version "1.7")
(version "1.7.1")
(source
(origin
(method git-fetch)
@ -1642,7 +1642,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")))