From 00a040334a233bbb73a4cf60ece7e3bf69e1ba8d Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:52:36 +0200 Subject: [PATCH] gnu: trytond-production-outsourcing: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-production-outsourcing): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I358c1d2b5cfe6f295fcdf868d9b8c951ae8f5df9 --- 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 fd47a8e2e8..1188fe05d5 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2688,16 +2688,16 @@ for production management: Bill of material and production order.") (define-public trytond-production-outsourcing (package (name "trytond-production-outsourcing") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_production_outsourcing" version)) (sha256 - (base32 "0ms50p42jr23v2fgm3kplacr11czx16dljmxvvn4qgxlacsf0dz0")))) - (build-system python-build-system) + (base32 "105xn6w0xqvqw3y7yyapv8ks3kfk7ffm5g00vy0scl3c9qi8qi5s")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "production_outsourcing")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-product trytond-production trytond-production-routing trytond-purchase))