gnu: nss-pam-ldapd: Update to 0.9.10.
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.10.
This commit is contained in:
parent
fefe17b088
commit
ca1dc4c76a
|
@ -108,14 +108,14 @@
|
||||||
(define-public nss-pam-ldapd
|
(define-public nss-pam-ldapd
|
||||||
(package
|
(package
|
||||||
(name "nss-pam-ldapd")
|
(name "nss-pam-ldapd")
|
||||||
(version "0.9.9")
|
(version "0.9.10")
|
||||||
(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
|
||||||
"1lj7qkjlg3bshwdc5x5r1ny37rly4wgm1c8b6w6b5f4wa11nmji0"))))
|
"1cqamcr6qpgwxijlr6kg7jspjamjra8w0haan0qssn0yxn95d7c0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue