mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: OpenLDAP: Update to 2.6.3.
* gnu/packages/openldap.scm (openldap-2.6): Update to 2.6.3.
This commit is contained in:
parent
302a84a593
commit
b8b4d63137
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ (define-public openldap
|
|||
(define-public openldap-2.6
|
||||
(package
|
||||
(inherit openldap)
|
||||
(version "2.6.1")
|
||||
(version "2.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; See <http://www.openldap.org/software/download/> for a list of
|
||||
|
@ -142,7 +142,7 @@ (define-public openldap-2.6
|
|||
"openldap-release/openldap-" version ".tgz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1wz6f3g3bbqgbbxs20zlappmmhapqbl791c0waibhz9djsk6wmwx"))))
|
||||
"0ihddk8c6hg9lkjv0wk0w13g8kb75r8dfsn1n6b77mzk3pbs38nj"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments openldap)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Reference in a new issue