From 9075d60259ea9088993e93fa374679489b013154 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:49:05 +0200 Subject: [PATCH] gnu: trytond-product-cost-warehouse: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-product-cost-warehouse): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: Ifd4862a749db65b9e419052c7814a06797ee42de --- gnu/packages/tryton.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 0e9aa28c3a12b2525d740b21e1a489a65b09e853..f4fe251443b39fe63264ac277ffdaaac4b457a14 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2464,21 +2464,21 @@ and assets.") (define-public trytond-product-cost-warehouse (package (name "trytond-product-cost-warehouse") - (version "6.2.1") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_product_cost_warehouse" version)) (sha256 - (base32 "0anz5071j1yzg9xp00qqcc3a4wb3zvl6605bzici76558zj7fl38")))) - (build-system python-build-system) + (base32 "075qjhwpc1a9hg8hzrzbwhaa9bnyz8a9y55jgl88b013zc2aic5h")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "product_cost_warehouse")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-account-invoice-stock" ,trytond-account-invoice-stock) - ("trytond-account-stock-continental" ,trytond-account-stock-continental) - ("trytond-product-cost-fifo" ,trytond-product-cost-fifo) - ("trytond-product-cost-history" ,trytond-product-cost-history))) + (cons* trytond-account-invoice-stock + trytond-account-stock-continental + trytond-product-cost-fifo + trytond-product-cost-history + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-company trytond-product trytond-stock)) (home-page