guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: sssd: Update to 2.9.3.


From: guix-commits
Subject: 08/11: gnu: sssd: Update to 2.9.3.
Date: Thu, 28 Dec 2023 04:36:48 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit eb5554794e1e51a1da82de407d914c2bdfa8ba7e
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Wed Dec 27 22:08:26 2023 +0100

    gnu: sssd: Update to 2.9.3.
    
    * gnu/packages/sssd.scm (sssd): Update to 2.9.3.
    
    Change-Id: I43c155ff69e7f0dbb96173056683855871eca749
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 c633ef970a..f0ca932e65 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.2")
+    (version "2.9.3")
     (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 "17nhivmg5z9j3mxqmn21l8y56c6ibpglhlnvqxy8rmsp3z5h868b"))
+        (base32 "0iixn262ycicy2fm96zvifd21p21069mhcsnk262qk79cjvlwdar"))
        (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]