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>
This commit is contained in:
Josselin Poiret 2023-12-26 17:28:52 +01:00 committed by Jelle Licht
parent 4a1650ab83
commit 66b20dc567
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -1837,7 +1837,7 @@ (define-public swayfx
(define-public swayidle
(package
(name "swayidle")
(version "1.7.1")
(version "1.8.0")
(source
(origin
(method git-fetch)
@ -1846,7 +1846,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")))