From a7d39a6a4550284419944908bc13a7aac2d269f3 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:54:14 +0200 Subject: [PATCH] gnu: trytond-purchase-amendment: Update to 7.0.2 and switch to pyproject. * gnu/packages/tryton.scm(trytond-purchase-amendment): Update to 7.0.2. [build-system] Switch to pyproject-build-system. Change-Id: Ice0525257360a256e1295b61bb1d1cdc1d6d89e1 --- 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 857aba5a171f52471d2445e791c7cfb87e3b8485..48d925b0ceb9ca5a0273564806d4c6d07febf2d7 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2956,16 +2956,16 @@ the linked time sheets and the linked purchase lines.") (define-public trytond-purchase-amendment (package (name "trytond-purchase-amendment") - (version "6.2.1") + (version "7.0.2") (source (origin (method url-fetch) (uri (pypi-uri "trytond_purchase_amendment" version)) (sha256 - (base32 "0zprgfxpif2bbjbv8b4aci7s5si9sp3rjizr7nf31mvsjnwx7i06")))) - (build-system python-build-system) + (base32 "0s8kp88s73jn9z5bnj5n91fl67hpycrzcxl6hkdx4l2vha6r2f65")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "purchase_amendment")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-invoice trytond-purchase trytond-purchase-history trytond-stock))