guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sssd: Update to 1.15.3.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: sssd: Update to 1.15.3.
Date: Fri, 28 Jul 2017 19:40:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4f9dd97e658a8ddc1b672de7af0af8b8aaa4749f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jul 29 00:20:10 2017 +0200

    gnu: sssd: Update to 1.15.3.
    
    * gnu/packages/sssd.scm (sssd): Update to 1.15.3.
    [native-inputs]: Add util-linux.
---
 gnu/packages/sssd.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 2afef03..7d52eba 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -80,14 +80,14 @@ fundamental object types for C.")
 (define-public sssd
   (package
     (name "sssd")
-    (version "1.15.2")
+    (version "1.15.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://releases.pagure.org/SSSD/sssd/";
                                   "sssd-" version ".tar.gz"))
               (sha256
                (base32
-                "0r6j28f7vjb1aw65gkw4nz2l3jy605h7wsr1k815hynp2jrzrmac"))))
+                "0d36dmzqdjfpspm9fw4zx0kh0qcx60p9vchxvcajn4qf3k3qsl3f"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
@@ -161,7 +161,8 @@ fundamental object types for C.")
        ("docbook-xsl" ,docbook-xsl)
        ("docbook-xml" ,docbook-xml)
        ("libxslt" ,libxslt)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("util-linux" ,util-linux)))     ; for uuid.h, reqired for KCM
     (home-page "https://pagure.io/SSSD/sssd/";)
     (synopsis "System security services daemon")
     (description "SSSD is a system daemon.  Its primary function is to provide



reply via email to

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