From f9ae2be02f8fef59086f48764fbba381f278b9c0 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:33:52 +0200 Subject: [PATCH] gnu: trytond-account-statement-ofx: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-statement-ofx): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: If05ce4e04f4e55ee73f010f202a0550d72df5d27 --- 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 f0c46972c950129ff004b3bbb4d14731fadde061..26f6356c21e80f15c30e5819d525a0bbe05dd8aa 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1175,16 +1175,16 @@ defined by Belgian \"febelfin\".") (define-public trytond-account-statement-ofx (package (name "trytond-account-statement-ofx") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_statement_ofx" version)) (sha256 - (base32 "01ncqvz4nx277q7x50sqwwvcy3hcpgp7bwhbp2l5aa2habprki8x")))) - (build-system python-build-system) + (base32 "00dg1dq71qllhnq9ngjb4br3y6qa34hi3gjx93ibwkfy0rj84hni")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_statement_ofx")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list python-ofxparse trytond trytond-account-statement trytond-bank trytond-party))