From b038016b24eb33764e939c3ee6ccfb04ab9a79cf Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 13:00:44 +0200 Subject: [PATCH] gnu: trytond-sale-shipment-grouping: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-sale-shipment-grouping): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I6ee1b6e83038bd4ebb3c3f31446c47bc3a8a8773 --- 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 44ed978c7f3a85dbadb4a50f6bded030197ccb42..c0e01b0d05243f6b9d480d325c7a77fe6c543d03 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3716,16 +3716,16 @@ cost for sale.") (define-public trytond-sale-shipment-grouping (package (name "trytond-sale-shipment-grouping") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_shipment_grouping" version)) (sha256 - (base32 "0v8inxsgdhmkiaj0l3c2gjzbs96qbbxmbw67f14mx9axjvcvkkwy")))) - (build-system python-build-system) + (base32 "1hb4h00xsx9r6cri6c5ys7gx0181h8lv2q366djsxfsci76zim8g")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "sale_shipment_grouping")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-party trytond-sale trytond-stock)) (home-page