mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: openldap: Update to 2.4.42.
* gnu/packages/openldap.scm (openldap): Update to 2.4.42.
This commit is contained in:
parent
a6eb73a4b1
commit
67e463ecac
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ (define-module (gnu packages openldap)
|
|||
(define-public openldap
|
||||
(package
|
||||
(name "openldap")
|
||||
(version "2.4.40")
|
||||
(version "2.4.42")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
||||
|
@ -51,7 +51,7 @@ (define-public openldap
|
|||
"openldap-release/openldap-" version ".tgz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1nyslrgwxwilgv5sixc37svls5rbvhsv9drb7hlrjr2vqaji29ni"))))
|
||||
"0qwfpb5ipp2l76v11arghq5mr0sjc6xhjfg8a0kgsaw5qpib1dzf"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("bdb" ,bdb)
|
||||
("openssl" ,openssl)
|
||||
|
|
Loading…
Reference in a new issue