gnu: OpenLDAP: Update to 2.4.47.

* gnu/packages/openldap.scm (openldap): Update to 2.4.47.
master
Marius Bakke 2019-02-10 18:10:48 +01:00
parent a46dcdfa3d
commit cb2c636494
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
(define-public openldap
(package
(name "openldap")
(version "2.4.46")
(version "2.4.47")
(source (origin
(method url-fetch)
@ -73,7 +73,7 @@
"openldap-release/openldap-" version ".tgz")))
(sha256
(base32
"0bab1km8f2nan1x0zgwliknbxg0zlf2pafxrr867kblrdfwdr44s"))))
"02sj0p1pq12hqq29b22m3f5zs2rykgvc0q3wlynxjcsjhrvmhk7m"))))
(build-system gnu-build-system)
(inputs `(("bdb" ,bdb-5.3)
("cyrus-sasl" ,cyrus-sasl)