me
/
guix
Archived
1
0
Fork 0

gnu: swaylock: Update to 1.7.2.

* gnu/packages/wm.scm (swaylock): Update to 1.7.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Jelle Licht 2023-05-06 22:38:19 +02:00 committed by Efraim Flashner
parent b1e9ae7f0e
commit 0c217039a0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -1694,16 +1694,16 @@ modules for building a Wayland compositor.")
(define-public swaylock (define-public swaylock
(package (package
(name "swaylock") (name "swaylock")
(version "1.6") (version "1.7.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/swaywm/swaylock") (url "https://github.com/swaywm/swaylock")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ihdvx6gdinzabvnazjmkk3ajrp7ngg0jzfwcjqn4hcjv64s0lam")))) (base32 "03jrjwlwxkcyd6m9a1bbwapasnz7b7aws7h0y6jigjm4m478phv6"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (list cairo gdk-pixbuf libxkbcommon (inputs (list cairo gdk-pixbuf libxkbcommon
;("linux-pam" ,linux-pam) ; FIXME: Doesn't work. ;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.