From 3784f8063308d93a93227d9258ae390ea9f5ffce Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:59:49 +0200 Subject: [PATCH] gnu: trytond-sale-promotion-coupon: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-sale-promotion-coupon): Update to 7.0.1. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Add trytond-company. Change-Id: I3d5536f57b16af2362b0e74eafa524027e53d733 --- gnu/packages/tryton.scm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index b631ce73f35bb8ee30205c6ee943de194334c02d..e5bec8081a41b5716dacc658129d394768af4297 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3627,18 +3627,21 @@ on a sale based on criteria.") (define-public trytond-sale-promotion-coupon (package (name "trytond-sale-promotion-coupon") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_promotion_coupon" version)) (sha256 - (base32 "18086y4xszb5iq6v5ibq3kylzc3b8zbyn6pn6pm61mdbdpqav7mg")))) - (build-system python-build-system) + (base32 "1xywa7b3mfq6x9xzmxdxr3j5i5vy91wjxmf1f2s3q8hya92djjnr")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "sale_promotion_coupon")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs - (list trytond trytond-sale trytond-sale-promotion)) + (list trytond + trytond-company + trytond-sale + trytond-sale-promotion)) (home-page "https://docs.tryton.org/projects/modules-sale-promotion-coupon") (synopsis "Tryton module for sale promotion coupon")