guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: greetd: Update to 0.9.0.


From: guix-commits
Subject: 02/03: gnu: greetd: Update to 0.9.0.
Date: Thu, 9 Feb 2023 05:30:06 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit 7422ad33742f2e158a41c7fee8828e97e46b60f1
Author: Felix Lechner <felix.lechner@lease-up.com>
AuthorDate: Tue Jan 17 10:19:31 2023 -0800

    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>
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 46b38ef053..cfa8fc43f6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]