~ruther/guix-local

f9ae2be02f8fef59086f48764fbba381f278b9c0 — Hartmut Goebel 7 months ago 7474e11
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
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 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))