gnu: greetd: Update to 0.9.0.

* gnu/packages/admin.scm (greetd): Update to 0.9.0.

Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
Felix Lechner 2023-01-17 10:19:31 -08:00 committed by Jelle Licht
parent 85f37886c9
commit 7422ad3374
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -5242,7 +5242,7 @@ (define-public udpcast
(define-public greetd
(package
(name "greetd")
(version "0.8.0")
(version "0.9.0")
(home-page "https://git.sr.ht/~kennylevinsen/greetd")
(source (origin
(method git-fetch)
@ -5251,11 +5251,11 @@ (define-public greetd
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0x5c3jkw09kvj2grcxm899y2n6ws8p990cyp9cs0fy6lm4fzlh6v"))))
(base32 "1b79lb0vikh5vwpdlyga6zwzm11gpsd7ghp8zb0q2m6mlqlj5by3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-nix" ,rust-nix-0.19)
(("rust-nix" ,rust-nix-0.26)
("rust-pam-sys" ,rust-pam-sys-0.5)
("rust-rpassword" ,rust-rpassword-5)
("rust-users" ,rust-users-0.11)