me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -5242,7 +5242,7 @@ it won't take longer to install 15 machines than it would to install just 2.")
(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 @@ it won't take longer to install 15 machines than it would to install just 2.")
(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)