From 1afc1b725c8413cf4fd5d00e7b131c588430dadf Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:36:21 +0200 Subject: [PATCH] gnu: trytond-account-tax-cash: Update to 7.0.2 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-tax-cash): Update to 7.0.2. [build-system] Switch to pyproject-build-system. Change-Id: If48be9d82fcae67cdc690b824835e5ba5674a1d7 --- 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 fab777104c4ccd317024038574c6cb4eddcf5902..0886987a24a64b1b12548993fffb7e553b88d2fd 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1363,16 +1363,16 @@ allocates shipment cost based on invoice.") (define-public trytond-account-tax-cash (package (name "trytond-account-tax-cash") - (version "6.2.0") + (version "7.0.2") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_tax_cash" version)) (sha256 - (base32 "0hy5929697lsa84xyy535gh4s2j1yv4vdfxyi93md17pjf95hwpg")))) - (build-system python-build-system) + (base32 "0q2nr9fwfb0jv4yiy2xq3r3065lvsji5zj9aj9arbd9kwpzqi51p")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_tax_cash")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account trytond-account-invoice trytond-party)) (home-page "https://docs.tryton.org/projects/modules-account-tax-cash")