From 262b5be4b7efc1d18bb1c42e5c02707941d47bbe Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:53:17 +0200 Subject: [PATCH] gnu: trytond-production-work-timesheet: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-production-work-timesheet): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I5d864f6f89beada7b331da36659f9f4f13a7f9c0 --- 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 e19431c626b18650a1b2f7b59a7b8c9dc48d7ee8..35e24e22d91ccd74020255c7ff7af7b743ed7905 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2787,16 +2787,16 @@ work cost.") (define-public trytond-production-work-timesheet (package (name "trytond-production-work-timesheet") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_production_work_timesheet" version)) (sha256 - (base32 "19d9sasviayn4vkbwgxmgqbn2fd61qqh4sk35vzlmkbwycrbczhi")))) - (build-system python-build-system) + (base32 "0c737kxdqpjc1h9vb00sz69zh6y76d3ll71nrs2nxidqjdwyhhz5")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "production_work_timesheet")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-production-routing trytond-production-work trytond-timesheet))