From de9481ca5e272d29067a62fc0f01c61a3f49cf8e Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 13:01:45 +0200 Subject: [PATCH] gnu: trytond-sale-supply-production: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-sale-supply-production): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I1dd9289a8feb69da86f1c32ec9fdf035d6130910 --- 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 e778bb5dd847a9ac96a4c0510c677b5643630c1d..061bac6206d9679f7649662f9784a1db41888f12 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3902,16 +3902,16 @@ shipment is created and linked to both the purchase and the sale.") (define-public trytond-sale-supply-production (package (name "trytond-sale-supply-production") - (version "6.2.1") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_supply_production" version)) (sha256 - (base32 "08ky3mqprlqyksw91mqlb7mjkfpdrgzgnc862wm2q28s0aydn3dv")))) - (build-system python-build-system) + (base32 "062nmykl8q9cypza05rr9japx2z0h63310m78qkbwnqvmlfih8jn")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "sale_supply_production")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-production trytond-sale-supply)) (home-page