From 1e77a80e6615cffe58ef6e32d7f14cc3bee30f1b Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:53:07 +0200 Subject: [PATCH] gnu: trytond-production-work: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-production-work): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: Iace233bbcd41691d6c83de80d30640efb92834c6 --- 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 4a5120894fcd0c3fa02b7bfbd21b904b751ec7a6..e19431c626b18650a1b2f7b59a7b8c9dc48d7ee8 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2760,16 +2760,16 @@ quantity.") (define-public trytond-production-work (package (name "trytond-production-work") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_production_work" version)) (sha256 - (base32 "1bff8rfdrlx14ahjnmq3lw7z816qnk22cjk9wwmwkcpl99faw3bd")))) - (build-system python-build-system) + (base32 "031673vvqmdhrfkib5nikza4a5w5hgq4x14mdzgwny3ln7vdmis9")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "production_work")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-company