X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/cc2b77dfc715c2133bd0c9e318bd7dc90bfedece..7060b28171d217b8091b87b92ee55c15f887e890:/gnu/packages/openldap.scm diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm index bbc3ebdd8f..4bbc6a6bf8 100644 --- a/gnu/packages/openldap.scm +++ b/gnu/packages/openldap.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès ;;; Copyright © 2013 Andreas Enge +;;; Copyright © 2016 Leo Famulari ;;; ;;; This file is part of GNU Guix. ;;; @@ -34,7 +35,7 @@ (define-public openldap (package (name "openldap") - (version "2.4.40") + (version "2.4.44") (source (origin (method url-fetch) @@ -51,9 +52,9 @@ "openldap-release/openldap-" version ".tgz"))) (sha256 (base32 - "1nyslrgwxwilgv5sixc37svls5rbvhsv9drb7hlrjr2vqaji29ni")))) + "0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp")))) (build-system gnu-build-system) - (inputs `(("bdb" ,bdb) + (inputs `(("bdb" ,bdb-5.3) ("openssl" ,openssl) ("cyrus-sasl" ,cyrus-sasl) ("groff" ,groff)