[bug#75312] gnu: greetd: Update to 0.10.3.
Commit Message
* gnu/packages/admin.scm (greetd): Update to 0.10.3.
[arguments]<#:cargo-inputs>: Replace rust-nix-0.26 by rust-nix-0.27.
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -5651,7 +5651,7 @@ (define-public udpcast
(define-public greetd
(package
(name "greetd")
- (version "0.9.0")
+ (version "0.10.3")
(home-page "https://git.sr.ht/~kennylevinsen/greetd")
(source (origin
(method git-fetch)
@@ -5660,11 +5660,11 @@ (define-public greetd
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1b79lb0vikh5vwpdlyga6zwzm11gpsd7ghp8zb0q2m6mlqlj5by3"))))
+ (base32 "1j3c7skby9scsq6p1f6nacbiy9b26y1sswchdsp8p3vv7fgdh2wf"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-nix" ,rust-nix-0.26)
+ (("rust-nix" ,rust-nix-0.27)
("rust-pam-sys" ,rust-pam-sys-0.5)
("rust-rpassword" ,rust-rpassword-5)
("rust-users" ,rust-users-0.11)