me
/
guix
Archived
1
0
Fork 0

gnu: swayidle: Update to 1.7.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
master
kiasoc5 2021-12-28 16:42:00 -05:00 committed by Leo Famulari
parent b844e88e60
commit 7e130d4600
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -1586,7 +1586,7 @@ modules for building a Wayland compositor.")
(define-public swayidle (define-public swayidle
(package (package
(name "swayidle") (name "swayidle")
(version "1.6") (version "1.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1595,7 +1595,7 @@ modules for building a Wayland compositor.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1nd3v8r9549lykdwh4krldfl59lzaspmmai5k1icy7dvi6kkr18r")))) (base32 "0ziya8d5pvvxg16jhy4i04pvq11bdvj68gz5q654ar4dldil17nn"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-Dlogind-provider=elogind"))) `(#:configure-flags '("-Dlogind-provider=elogind")))