From b8b67f6ac0fa6628e8a816870ba12609939178f4 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:36:29 +0200 Subject: [PATCH] gnu: trytond-account-tax-rule-country: Update to 7.0.2 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-tax-rule-country): Update to 7.0.2. [build-system] Switch to pyproject-build-system. Change-Id: I9b3c04d14ee59f2aacfa149b21bd2239456269b3 --- gnu/packages/tryton.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 0886987a24a64b1b12548993fffb7e553b88d2fd..ee15f5fb90aaa6c19c62d617a87b045f97541728 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1384,21 +1384,21 @@ report on cash basis.") (define-public trytond-account-tax-rule-country (package (name "trytond-account-tax-rule-country") - (version "6.2.0") + (version "7.0.2") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_tax_rule_country" version)) (sha256 - (base32 "0bg831hha4j71lm9xhpv4al2qaxmk8qgli5s9hx2h4bcy1hbf5wf")))) - (build-system python-build-system) + (base32 "0jpp11rlskpqp3dzfm8ml2kqn4855vrcrcmwk6jrjkpsh2m8f6s3")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_tax_rule_country")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-account-invoice" ,trytond-account-invoice) - ("trytond-purchase" ,trytond-purchase) - ("trytond-sale" ,trytond-sale) - ("trytond-stock" ,trytond-stock))) + (cons* trytond-account-invoice + trytond-purchase + trytond-sale + trytond-stock + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-account trytond-country)) (home-page