summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2023-12-27 22:08:26 +0100
committerMathieu Othacehe <othacehe@gnu.org>2023-12-28 10:19:17 +0100
commiteb5554794e1e51a1da82de407d914c2bdfa8ba7e (patch)
tree0ffda75aa001c8ccd4cc436ae7156138aba7f6b9 /gnu
parenteeb29e167be270f4febf2e1ea015e2ff15fb6e2f (diff)
downloadguix-eb5554794e1e51a1da82de407d914c2bdfa8ba7e.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/sssd.scm4
1 files 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