From 5643f4cee47e36c4225b910df44924d366a3a40f Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:57:26 +0200 Subject: [PATCH] gnu: trytond-sale-credit-limit: Update to 7.0.2 and switch to pyproject. * gnu/packages/tryton.scm(trytond-sale-credit-limit): Update to 7.0.2. [build-system] Switch to pyproject-build-system. Change-Id: I7ca51cb8976aa35ebf6f973d8e4bfc52a4b305d1 --- 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 1d2f0b7aaef42d00d181d0af2fa236c6ce774060..80143b86ae6218d36568dec22f8fe9e56db887c5 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3322,16 +3322,16 @@ composed of action lines which can:") (define-public trytond-sale-credit-limit (package (name "trytond-sale-credit-limit") - (version "6.2.0") + (version "7.0.2") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_credit_limit" version)) (sha256 - (base32 "0rx3zi0m4cbpbmjlzkii08424yz68y31nqqkgj6rl9swaqins67h")))) - (build-system python-build-system) + (base32 "15lkdvhxhr3wk9s20g2ypaqmal4kc0cr40gj51jamfqj8s1yj79p")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "sale_credit_limit")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-credit-limit