From 3789745b3e935fa98a94f64bd41e3520463495e7 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:13:08 +0200 Subject: [PATCH] gnu: trytond-account-invoice-history: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-invoice-history): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I50cf8482dcc4c36c0cf427b8314970376c8d5034 --- 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 433cc575edfb8dee1bcb636013bc41d0f83b0867..dccc8cedac2f26a5e85e8e4c53738f6d094f9b79 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -759,16 +759,16 @@ deferring the expense or the revenue of an invoice line over many periods.") (define-public trytond-account-invoice-history (package (name "trytond-account-invoice-history") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_invoice_history" version)) (sha256 - (base32 "1qg8x6kggi2f390y35m7k3mfi358zr4jwiw76vw5kkrpa3gm4lyj")))) - (build-system python-build-system) + (base32 "07ggrwqq6dz7c49bc20ly7nxznw3sm9q5cmskjycmfx6h72j5l8y")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_invoice_history")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-invoice trytond-party)) (home-page