From fbc4dc9176576e4b6ac7f2764d7e77a4b7ff868c Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:51:50 +0200 Subject: [PATCH] gnu: trytond-product-price-list-parent: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-product-price-list-parent): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: If2d76c5c4b72343e017fc44f6e3c9b003c84f6aa --- 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 facf0c688fa44677c661eb9c91efe397b7752909..43c11e42e3d912496a89034782bc80c5963e7559 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2634,16 +2634,16 @@ date and end date conditions to the price list lines.") (define-public trytond-product-price-list-parent (package (name "trytond-product-price-list-parent") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_product_price_list_parent" version)) (sha256 - (base32 "0w5fmr2p56p44yq33qgjxp5b8r7bpyixwpdp6xgbrd36ig9wcg3z")))) - (build-system python-build-system) + (base32 "12icwym955ip9wk667yyzarc2qjp8xf6dq12fy0blsqf17jfn91j")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "product_price_list_parent")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-product-price-list)) (home-page