3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: OpenLDAP: Update to 2.6.3.

* gnu/packages/openldap.scm (openldap): Update to 2.6.3.
This commit is contained in:
Marius Bakke 2022-07-25 03:04:33 +02:00
parent 3a11043d57
commit b3fb4ed0b0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -64,7 +64,7 @@
(define-public openldap
(package
(name "openldap")
(version "2.6.2")
(version "2.6.3")
(source (origin
(method url-fetch)
;; See <http://www.openldap.org/software/download/> for a list of
@ -80,7 +80,7 @@
"openldap-release/openldap-" version ".tgz")))
(sha256
(base32
"11ygl4iilhkz5rhndh68lss4a33cqp9arb7mxj329dif4d2r7l41"))))
"0ihddk8c6hg9lkjv0wk0w13g8kb75r8dfsn1n6b77mzk3pbs38nj"))))
(build-system gnu-build-system)
(inputs (list bdb-5.3 cyrus-sasl gnutls libgcrypt zlib))
(native-inputs (list libtool groff bdb-5.3))