From 0beb575e33046cdafc5301f0538617901e036d1d Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:58:06 +0200 Subject: [PATCH] gnu: trytond-sale-invoice-grouping: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-sale-invoice-grouping): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I4a4a773dfc17ed161c1bc63eb01d95d3360c7954 --- 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 9b1df7508d6bd8467886b563995929e9bb77f8d4..9d3814fadfe5d73b5ce7585f41e16ec99eb395b4 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3450,16 +3450,16 @@ time the sale is reset to draft.") (define-public trytond-sale-invoice-grouping (package (name "trytond-sale-invoice-grouping") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_invoice_grouping" version)) (sha256 - (base32 "1c70s1lnxzhg6yqv7vjxyqvxp4myh26i9hnnf1k045d6hwf80hvf")))) - (build-system python-build-system) + (base32 "06awrzvq8c4v7133by95njiq1n3j85x362r4fhb6z7fyrn03kzx6")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "sale_invoice_grouping")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-invoice trytond-party trytond-sale)) (home-page