guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: nss-pam-ldapd: Update to 0.9.11.


From: guix-commits
Subject: 01/01: gnu: nss-pam-ldapd: Update to 0.9.11.
Date: Sun, 6 Oct 2019 16:07:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4722330d68581d9ac20c419b1a4d2c8bf5137506
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 6 22:07:03 2019 +0200

    gnu: nss-pam-ldapd: Update to 0.9.11.
    
    * gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.11.
    [inputs]: Replace python-2 with python.
---
 gnu/packages/openldap.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index b84a417..b355665 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -112,14 +112,14 @@
 (define-public nss-pam-ldapd
   (package
     (name "nss-pam-ldapd")
-    (version "0.9.10")
+    (version "0.9.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://arthurdejong.org/nss-pam-ldapd/";
                                   "nss-pam-ldapd-" version ".tar.gz"))
               (sha256
                (base32
-                "1cqamcr6qpgwxijlr6kg7jspjamjra8w0haan0qssn0yxn95d7c0"))))
+                "1dna3r0q6sjhhlkhcp8x2zkslrd4y7701kk6fl5r940sdph1pmyh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -146,7 +146,7 @@
      `(("linux-pam" ,linux-pam)
        ("openldap" ,openldap)
        ("mit-krb5" ,mit-krb5)
-       ("python" ,python-2)))
+       ("python" ,python)))
     (home-page "https://arthurdejong.org/nss-pam-ldapd";)
     (synopsis "NSS and PAM modules for LDAP")
     (description "nss-pam-ldapd provides a @dfn{Name Service Switch} (NSS)



reply via email to

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