From edac8718a819881ebd9f227c14d3200b16e51f87 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:55:20 +0200 Subject: [PATCH] gnu: trytond-purchase-request-quotation: Update to 7.0.2 and switch to pyproject. * gnu/packages/tryton.scm(trytond-purchase-request-quotation): Update to 7.0.2. [build-system] Switch to pyproject-build-system. Change-Id: Ia9ac73466acf6553f6bca95e42b8c5d19f9053b3 --- 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 442a62df8306b3ef6c39df05819c16c716a0ed97..c3f07b58b23475b3156f437ea87cb72760b21d7c 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3090,18 +3090,18 @@ generated by other process from Tryton.") (define-public trytond-purchase-request-quotation (package (name "trytond-purchase-request-quotation") - (version "6.2.1") + (version "7.0.2") (source (origin (method url-fetch) (uri (pypi-uri "trytond_purchase_request_quotation" version)) (sha256 - (base32 "08kcp88lfn8aa92cd07x5i5xbjznqy0x9lr34f07ky0i26nrnn72")))) - (build-system python-build-system) + (base32 "176p3yslqhn75a5nkkgzqsbrbb247b52za7ydrhd20dylid24g6s")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "purchase_request_quotation")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-purchase-requisition" ,trytond-purchase-requisition))) + (cons* trytond-purchase-requisition + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-company