1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Timotej Lazar
2023-09-26 18:59:50 +02:00
committed by Christopher Baines
parent ceab162669
commit ce0cc6137d

View File

@@ -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