This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e9e49d44db gnu: sssd: Update to 2.9.8.
e9e49d44db is described below

commit e9e49d44db5bf35847322f26f21c55befe0ba8b4
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Feb 18 00:11:01 2026 +0100

    gnu: sssd: Update to 2.9.8.
    
    * gnu/packages/sssd.scm (sssd): Update to 2.9.8.
    
    Change-Id: I23dece6dd69688182dacfb2a150e3542a167cc55
---
 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 3cf3113da2..e61d8f38b0 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -140,7 +140,7 @@ fundamental object types for C.")
 (define-public sssd
   (package
     (name "sssd")
-    (version "2.9.6")
+    (version "2.9.8")
     (source
      (origin
        (method git-fetch)
@@ -149,7 +149,7 @@ fundamental object types for C.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "056l6b067bc5yi3dvlv41kg1a5hl3j3fq2xll3yfwwz4phcx8qd9"))
+        (base32 "0dk481bg8dydrgxi4s76kbshywpn1x3l786dmlnihxxmszzahy70"))
        (patches (search-patches "sssd-system-directories.patch"))))
     (build-system gnu-build-system)
     (arguments

Reply via email to