diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-05-10 21:39:40 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-05-10 21:39:40 +0200 |
commit | 09dd600159801b3b8fd6b95bf69e648f9e37d959 (patch) | |
tree | c6961be106846628bf0d128586fc73685b895315 /gnu/packages/openldap.scm | |
parent | eab4d0e18a616c71ab5f3af7f2915a9591ef04e8 (diff) | |
parent | b4e5844700b2304bfde451322feb5797bf0c6179 (diff) |
Merge branch 'master' into gnome-team.
Diffstat (limited to 'gnu/packages/openldap.scm')
-rw-r--r-- | gnu/packages/openldap.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm index 92480b13f8..bd244cea1e 100644 --- a/gnu/packages/openldap.scm +++ b/gnu/packages/openldap.scm @@ -178,14 +178,14 @@ an LDAP server.") (define-public python-ldap (package (name "python-ldap") - (version "3.4.0") + (version "3.4.3") (source (origin (method url-fetch) (uri (pypi-uri "python-ldap" version)) (sha256 (base32 - "04hd7rdm59i7wrykx0nggzxx1p42wkm296j483yy0wayqa7lqik0")))) + "1872bvrakypb96wrsf932f3xflnbqniiyf8h58x48apgl0cwa9mb")))) (build-system python-build-system) (arguments '(#:phases @@ -233,6 +233,7 @@ servers from Python programs.") (guix build utils)) #:imported-modules `((guix build python-build-system) ,@%gnu-build-system-modules) + #:disallowed-references (list httpd) #:configure-flags #~(list "--enable-cmocka" (string-append "--with-db=" @@ -322,7 +323,6 @@ servers from Python programs.") cracklib cyrus-sasl gnutls - httpd icu4c iproute json-c @@ -353,6 +353,7 @@ servers from Python programs.") cmocka doxygen gettext-minimal + httpd libtool rsync pkg-config)) |