From 45fbfae2d3b480af80d1cdc373f889aaeda38a8f Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:34:05 +0200 Subject: [PATCH] gnu: trytond-account-statement-rule: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-statement-rule): Update to 7.0.1. [build-system] Switch to pyproject-build-system. [native-inputs] Add trytond-bank. Change-Id: Ice611b42879b84efb2c9ed40ecab12b64cc86407 --- gnu/packages/tryton.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 26f6356c21e80f15c30e5819d525a0bbe05dd8aa..5a92b70b68267d8e3ed8a8b0638dd64819c65255 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1198,16 +1198,18 @@ the import of the @emph{OFX} files as statement.") (define-public trytond-account-statement-rule (package (name "trytond-account-statement-rule") - (version "6.2.1") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_statement_rule" version)) (sha256 - (base32 "1fbn4z111k0wwsy9jr9np82yyc7xiniavyavwhf0qf3l6l8qwk6x")))) - (build-system python-build-system) + (base32 "0iy12040cc2s5r3mmvagl20yjzjz5blih67fqqf7wvf8mw2gfgww")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_statement_rule")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs + (cons* trytond-bank + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-account