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.
This commit is contained in:
parent
f58702465d
commit
4722330d68
|
@ -112,14 +112,14 @@
|
||||||
(define-public nss-pam-ldapd
|
(define-public nss-pam-ldapd
|
||||||
(package
|
(package
|
||||||
(name "nss-pam-ldapd")
|
(name "nss-pam-ldapd")
|
||||||
(version "0.9.10")
|
(version "0.9.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://arthurdejong.org/nss-pam-ldapd/"
|
(uri (string-append "https://arthurdejong.org/nss-pam-ldapd/"
|
||||||
"nss-pam-ldapd-" version ".tar.gz"))
|
"nss-pam-ldapd-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cqamcr6qpgwxijlr6kg7jspjamjra8w0haan0qssn0yxn95d7c0"))))
|
"1dna3r0q6sjhhlkhcp8x2zkslrd4y7701kk6fl5r940sdph1pmyh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
`(("linux-pam" ,linux-pam)
|
`(("linux-pam" ,linux-pam)
|
||||||
("openldap" ,openldap)
|
("openldap" ,openldap)
|
||||||
("mit-krb5" ,mit-krb5)
|
("mit-krb5" ,mit-krb5)
|
||||||
("python" ,python-2)))
|
("python" ,python)))
|
||||||
(home-page "https://arthurdejong.org/nss-pam-ldapd")
|
(home-page "https://arthurdejong.org/nss-pam-ldapd")
|
||||||
(synopsis "NSS and PAM modules for LDAP")
|
(synopsis "NSS and PAM modules for LDAP")
|
||||||
(description "nss-pam-ldapd provides a @dfn{Name Service Switch} (NSS)
|
(description "nss-pam-ldapd provides a @dfn{Name Service Switch} (NSS)
|
||||||
|
|
Loading…
Reference in New Issue