From 3b8b24da9363aa41f28a03f731361f2cb3f12495 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:05:59 +0200 Subject: [PATCH] gnu: trytond-account-dunning: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-dunning): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: Icdb452b3f0c61ca340bbef734452df6bddee2be3 --- 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 6abe4456a6ae7171b54fb36ae5294874a04d94bb..56a31e81c4544d58d49fe09b2c95fb0786ec561d 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -450,16 +450,16 @@ the party.") (define-public trytond-account-dunning (package (name "trytond-account-dunning") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_dunning" version)) (sha256 - (base32 "0kzafh99055ghg5d8vs411y5c8v1xjqqf23n1sa9a4dzj10wlq97")))) - (build-system python-build-system) + (base32 "0vxz71gwp2s5cm6y8c770aaw4mwgbdf8brl75p404lp6mwh3fqay")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_dunning")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account trytond-company trytond-party)) (home-page "https://docs.tryton.org/projects/modules-account-dunning")