From ec0799f08b9012b8a3dfbe14a010ee80ad8bf1c7 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:57:34 +0200 Subject: [PATCH] gnu: trytond-sale-discount: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-sale-discount): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I70c79a91b30cd06e1a803b499dfd1842fce21e99 --- 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 80143b86ae6218d36568dec22f8fe9e56db887c5..d347c3bced279f8af2e2edaaf0b627d929293524 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3349,16 +3349,16 @@ credit limit of the party when confirming a sale.") (define-public trytond-sale-discount (package (name "trytond-sale-discount") - (version "6.2.1") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_discount" version)) (sha256 - (base32 "1kbfbd5rmvaaf5wwvb1akxf7zij1bqpzx2s0dahjxcihxwwra2ib")))) - (build-system python-build-system) + (base32 "1hqxa97dpqy9b4cpvh977scfrjyk6kmkvlyy8xi7cdwam02miwim")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "sale_discount")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-product trytond-sale)) (home-page "https://docs.tryton.org/projects/modules-sale-discount")