From 8b1a72f7ce94b597d843a30f70944866a56cd9bc Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:42:47 +0200 Subject: [PATCH] gnu: trytond-company-work-time: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-company-work-time): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I4767fb55625e1261377bb6ec0ad5a992a29ae38d --- 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 d6a4656f3eeb3b8908c531cbe74c5bf2a214b6ae..1e10c454a7700841a24a6cdace3d953382428ac3 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1802,16 +1802,16 @@ company and employee and extend the user model.") (define-public trytond-company-work-time (package (name "trytond-company-work-time") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_company_work_time" version)) (sha256 - (base32 "08nhnlxy1z5drlmxdsd6ad166qx5ckymzx94ja824n1qqac17zqw")))) - (build-system python-build-system) + (base32 "1y6c3p51jp2hcvby12b3pmn0h7jmsd7qigfxznmj17k6bqmm7b6b")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "company_work_time")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-company)) (home-page "https://docs.tryton.org/projects/modules-company-work-time")