From fc2f9608df2010772847d8577e990382b85fc3de Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:13:38 +0200 Subject: [PATCH] gnu: trytond-account-invoice-secondary-unit: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-invoice-secondary-unit): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I7ec21f436e1c82a36558b7ad7b072bab6c14d27a --- 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 d4d5b7c559feba93743c194a9f05331d45183129..addb3fd72352436d7ca22f763c3f764ef2de6367 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -803,16 +803,16 @@ allows creating an invoice line not linked to an invoice.") (define-public trytond-account-invoice-secondary-unit (package (name "trytond-account-invoice-secondary-unit") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_invoice_secondary_unit" version)) (sha256 - (base32 "1wmc8zx51saqxbg26b7jnhl7ss3gjrhzxn7zqqsis9dps6l07jwf")))) - (build-system python-build-system) + (base32 "1qqr70xw5ybn1xywgdznqc2lqsvs592qiam0rr75zyjzv3g3bfxc")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_invoice_secondary_unit")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-invoice trytond-product)) (home-page