gnu: nss-pam-ldapd: Update to 0.9.8.
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.8.
This commit is contained in:
parent
35407e29b0
commit
4883f70907
|
@ -92,14 +92,14 @@
|
||||||
(define-public nss-pam-ldapd
|
(define-public nss-pam-ldapd
|
||||||
(package
|
(package
|
||||||
(name "nss-pam-ldapd")
|
(name "nss-pam-ldapd")
|
||||||
(version "0.9.7")
|
(version "0.9.8")
|
||||||
(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
|
||||||
"1sw36w6zkzvabvjckqick032j5p5xi0qi3sgnh0znzxz31jqvf0d"))))
|
"0gs5ycbfpry6mn5srai54rqwyjj960yc1g5ppv3shg80ybkn4wzg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue