From 3066478c2c875b14186d8e556d52df5d6c63cb54 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:51:39 +0200 Subject: [PATCH] gnu: trytond-product-price-list-dates: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-product-price-list-dates): Update to 7.0.0. [build-system] Switch to pyproject-build-system. [native-inputs] Add trytond-product-price-list-cache, trytond-purchase-price-list. Change-Id: Ic0c7bc8d26436e1d8453afcf48960aa5d3d51639 --- gnu/packages/tryton.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 333976fe9111925247782d075621f9f7f5eb61b2..facf0c688fa44677c661eb9c91efe397b7752909 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2608,18 +2608,20 @@ to compute prices per product or category.") (define-public trytond-product-price-list-dates (package (name "trytond-product-price-list-dates") - (version "6.2.1") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_product_price_list_dates" version)) (sha256 - (base32 "0312s99fqfjwyn5lp3b8qd7j0ac0208jbalgxxazfks1h2g22nj5")))) - (build-system python-build-system) + (base32 "075xhsp94mniwd97qrbhizjy3ijcslm6ygl3fpi275cvz5dx3qad")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "product_price_list_dates")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-sale-price-list" ,trytond-sale-price-list))) + (cons* trytond-product-price-list-cache + trytond-purchase-price-list + trytond-sale-price-list + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-product-price-list)) (home-page