From f709579405d1a07f796ac717bbbc01bce4dee420 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 13:01:38 +0200 Subject: [PATCH] gnu: trytond-sale-supply-drop-shipment: Update to 7.0.3 and switch to pyproject. * gnu/packages/tryton.scm(trytond-sale-supply-drop-shipment): Update to 7.0.3. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add trytond-sale-amendment and trytond-stock-split. Change-Id: I06a6b5cf7bb978042434f5866f94d012dbfc3c45 --- gnu/packages/tryton.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 3c385aded6b5e2e159332c2da1f51b882784a1a4..e778bb5dd847a9ac96a4c0510c677b5643630c1d 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3867,16 +3867,19 @@ supply method.") (define-public trytond-sale-supply-drop-shipment (package (name "trytond-sale-supply-drop-shipment") - (version "6.2.1") + (version "7.0.3") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_supply_drop_shipment" version)) (sha256 - (base32 "1i3a8amm3nacc7wis3amr4z9pl47sjzy7gds5qv1xg3fl1awm4ic")))) - (build-system python-build-system) + (base32 "04ydxw9jqbq07z5hl4aw31riyp9pv097v50zg9i4d7j2aykkldir")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "sale_supply_drop_shipment")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs + (cons* trytond-sale-amendment + trytond-stock-split + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-company