From b2b6d2ffbd2c45496b846328f194a81f5f91899f Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:51:29 +0200 Subject: [PATCH] gnu: trytond-product-price-list: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-product-price-list): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: Id0cfd826ae96b0a0c940b8276c43fba2b20698c5 --- 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 5df9d4510c600c64b343a300edca2155dbd1260a..333976fe9111925247782d075621f9f7f5eb61b2 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2587,16 +2587,16 @@ following measurements to Product:") (define-public trytond-product-price-list (package (name "trytond-product-price-list") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_product_price_list" version)) (sha256 - (base32 "0x85317skmqkq12i9qqyjiny37rn2dccx7rk7lan87jj2cam70q4")))) - (build-system python-build-system) + (base32 "1n1zbq7jwqkida4qx7pp4ybys7pskppxqd86kl1vdw5fj43nhm7n")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "product_price_list")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list python-simpleeval trytond trytond-company trytond-product)) (home-page "https://docs.tryton.org/projects/modules-product-price-list")