guix-commits
[Top][All Lists]
Advanced

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

33/33: gnu: sssd: Update to 2.9.2.


From: guix-commits
Subject: 33/33: gnu: sssd: Update to 2.9.2.
Date: Wed, 27 Sep 2023 07:09:31 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit ce0cc6137df81919389f61671096a6ce701c0889
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Tue Sep 26 18:59:50 2023 +0200

    gnu: sssd: Update to 2.9.2.
    
    * gnu/packages/sssd.scm (sssd): Update to 2.9.2.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/sssd.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 251275312f..c633ef970a 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -139,7 +139,7 @@ fundamental object types for C.")
 (define-public sssd
   (package
     (name "sssd")
-    (version "2.9.1")
+    (version "2.9.2")
     (source
      (origin
        (method git-fetch)
@@ -148,7 +148,7 @@ fundamental object types for C.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "159hpd49nq3256j46lanbycx8hrj517s1pvxrflxsdqcdyix59rr"))
+        (base32 "17nhivmg5z9j3mxqmn21l8y56c6ibpglhlnvqxy8rmsp3z5h868b"))
        (patches (search-patches "sssd-system-directories.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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