From 79b0b994f426c0c763a377f560b6ba1678779c29 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:54:50 +0200 Subject: [PATCH] gnu: trytond-purchase-invoice-line-standalone: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-purchase-invoice-line-standalone): Update to 7.0.0. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Add trytond-party. Change-Id: I1571ca18927eb628893c58e56610697cd1a111e3 --- gnu/packages/tryton.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 197240d64fe4221b115e03fcb2f98748efbb72e8..8d9429fbb3381d9903f1634b63ecf9e4b8a6d907 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3011,19 +3011,19 @@ time the purchase is reset to draft.") (define-public trytond-purchase-invoice-line-standalone (package (name "trytond-purchase-invoice-line-standalone") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_purchase_invoice_line_standalone" version)) (sha256 - (base32 "169y69an6i796m8bmp8sanfn0qh7bcws8nangp96q07dsv51wrvb")))) - (build-system python-build-system) + (base32 "1djvnlqlhc3q77r07il8hx5j13qzjdnwfxfnrj3sf8nkpdbi12ac")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "purchase_invoice_line_standalone")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-invoice-line-standalone - trytond-purchase)) + trytond-party trytond-purchase)) (home-page "https://docs.tryton.org/projects/modules-purchase-invoice-line-standalone") (synopsis "Tryton module for standalone invoice line from purchase")