From 024347d8be39c2be6e238d592ae17ad97e63ee5b Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:12:57 +0200 Subject: [PATCH] gnu: trytond-account-invoice-defer: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-invoice-defer): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I8a72141978fdaa1c6bc8d49e7ab2f9ac5e974d1c --- 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 dc55b51d6bfb383f8b7ec109d19649d27013b381..433cc575edfb8dee1bcb636013bc41d0f83b0867 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -736,16 +736,16 @@ original quantity, once with the inverted quantity.") (define-public trytond-account-invoice-defer (package (name "trytond-account-invoice-defer") - (version "6.2.2") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_invoice_defer" version)) (sha256 - (base32 "1jjsadia1bxx0h80aqhm0alzxdqbkg3by0i7i6qfk7wwikim6lkm")))) - (build-system python-build-system) + (base32 "1q281cl0dhmm5d1cc4sjpx6wk97vrva35sldxwydrpw460df9lh9")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_invoice_defer")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account trytond-account-invoice trytond-company))