From 4efdefbc9a94009509ecac43bd2bbe427353e208 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:46:12 +0200 Subject: [PATCH] gnu: trytond-ldap-authentication: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-ldap-authentication): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I7a73eefa9c5e2dd0f78b62d62446ccbe6123c145 --- gnu/packages/tryton.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index f174f2973ac97a4fdd2e660fcea35d0753572d0a..d9dff83d60eb239a7d1375ba5b53c01abea5f3f7 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2115,16 +2115,16 @@ versions of 2010 and 2020.") (define-public trytond-ldap-authentication (package (name "trytond-ldap-authentication") - (version "6.2.1") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_ldap_authentication" version)) (sha256 - (base32 "0c3g2y8zqh17wwg9w3bk9q1gwm4hq7h8avchmbfawi6cq3g6ch5b")))) - (build-system python-build-system) + (base32 "0pnmv39hdw4a61ml8s2sh5c9dxxgsmnjfg27w490l0mvrnb394n4")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "ldap_authentication")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list python-ldap3 trytond)) (home-page "https://docs.tryton.org/projects/modules-ldap-authentication")