From 6b8c1e2e8d1cf0e8ee288d862d08c597f77d61bd Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:02:21 +0200 Subject: [PATCH] gnu: trytond-account-cash-rounding: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-cash-rounding): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I0c417a396f50fdf3c2a5bf745593a1eb727d8463 --- gnu/packages/tryton.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index daf80d0c43257c7200fce77b9c4b3b3ea4217b65..7bd7db131d81011957e07f881d7d12434fc6ab0b 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -351,20 +351,20 @@ budgeted amount.") (define-public trytond-account-cash-rounding (package (name "trytond-account-cash-rounding") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_cash_rounding" version)) (sha256 - (base32 "0lxwz3f1p8szphvl64w8fhjnnvn30fin5k1rh47ikvcmlpq8xb67")))) - (build-system python-build-system) + (base32 "1ap0ndymlkazk3q0crn6ll27w8zmq8ykm9j4qvz5i051kf05k250")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_cash_rounding")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-account-invoice" ,trytond-account-invoice) - ("trytond-purchase" ,trytond-purchase) - ("trytond-sale" ,trytond-sale))) + (cons* trytond-account-invoice + trytond-purchase + trytond-sale + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-account trytond-currency)) (home-page