From f40941b2ae0228f8045db85c71c05157df6236c0 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:13:24 +0200 Subject: [PATCH] gnu: trytond-account-invoice-line-standalone: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-invoice-line-standalone): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: Ib72bb8f944a0cbed7b98a00ef07bbcf5439ab67b --- 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 dccc8cedac2f26a5e85e8e4c53738f6d094f9b79..d4d5b7c559feba93743c194a9f05331d45183129 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -781,16 +781,16 @@ the historization of the invoice and its related fields.") (define-public trytond-account-invoice-line-standalone (package (name "trytond-account-invoice-line-standalone") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_invoice_line_standalone" version)) (sha256 - (base32 "15ld3iixh8kgil5zw3q4acci4xvdcd56lyin154qaak12f7rms0z")))) - (build-system python-build-system) + (base32 "1gihaiabl9pk9k8b9hmd0b2ih7i6dmyi2p3s1ycl395y8rc3d58d")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_invoice_line_standalone")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-invoice)) (home-page