From bf60a9ccb8d9910c2356adfadd1f7e6c63faa141 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:08:39 +0200 Subject: [PATCH] gnu: trytond-account-invoice: Update to 7.0.14 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-invoice): Update to 7.0.14. [build-system] Switch to pyproject-build-system. [native-inputs]: Add trytond-account-fr. [propagated-inputs]: Remove requests, add python-oauthlib and python-requests-oauthlib. Change-Id: Ic5b3ef5ccec0f84900d2d570d0280f61442b1e1a --- 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 a13db8e1c461b9f743f014e7e3bf85f0ff7a4858..bd78cd34046171e9b7e81ecf5fa9007d79610a61 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -681,16 +681,16 @@ using the credential from the accounting configuration.") (define-public trytond-account-invoice (package (name "trytond-account-invoice") - (version "6.2.4") + (version "7.0.14") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_invoice" version)) (sha256 - (base32 "12hkrlni1psa5n72bvz94zqwfmzpy24814p0f2vk1cmzkbsfb6vi")))) - (build-system python-build-system) + (base32 "0s2slws07s3gfarjnc8ps65w9zgpmrr0xj51vlb9rykswynf7515")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_invoice")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account