From db5b34efeb1189d22285cb0f40f9ca5427d1ea04 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:12:15 +0200 Subject: [PATCH] gnu: trytond-account-invoice-correction: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-invoice-correction): Update to 7.0.0. [build-system] Switch to pyproject-build-system. [arguments]: Disable tests requiring network. [native-inputs]: Add trytond-account-fr. [propagated-inputs]: Remove python-requests; add python-oauthlib, python-requests-oauthlib. Change-Id: I87c2309ab174e4a2b7a80c4147d61d0ef303f381 --- 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 bd78cd34046171e9b7e81ecf5fa9007d79610a61..dc55b51d6bfb383f8b7ec109d19649d27013b381 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -712,16 +712,16 @@ term.") (define-public trytond-account-invoice-correction (package (name "trytond-account-invoice-correction") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_invoice_correction" version)) (sha256 - (base32 "1m95h7bnwzjbhrnbld5bka4hqygm0d8jcg1g2nmdyqakcniljv34")))) - (build-system python-build-system) + (base32 "154nyf29lm74wlsad5byh9c96nszscsb31jc4hxi8j91n93f2l6j")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_invoice_correction")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-invoice)) (home-page