From 6204f708fd480f5238eb08e4a5753259fe0afa61 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:48:21 +0200 Subject: [PATCH] gnu: trytond-product-attribute: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-product-attribute): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I34e3fbb8bb2e79756e9f79e5055e5aa63cfec316 --- 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 8e62213dfb518887d7e0e5aac107ab2235773e28..919ef0d63f20aed43df6c7cdf2679189557e948b 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2352,16 +2352,16 @@ Template and Product.") (define-public trytond-product-attribute (package (name "trytond-product-attribute") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_product_attribute" version)) (sha256 - (base32 "10656g9na098ndjhy4iv1iv0020jin7yw38bb79zxynck39vld29")))) - (build-system python-build-system) + (base32 "15sdcmjnkyznay4ib4ccwlhhl6aymdpd7w0f6d28dfv41y4viw1y")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "product_attribute")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-product)) (home-page "https://docs.tryton.org/projects/modules-product-attribute")