From 37ea754bf80e57a645719f1afb6c041f65dd9787 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:48:45 +0200 Subject: [PATCH] gnu: trytond-product-cost-fifo: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-product-cost-fifo): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I3891f8f230cdaf8ba326ac4e4f67839c69649cb0 --- 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 88a9279506a4c9b6085768a69bce87a6374501ec..4597f10d7a9bd4e0034cb9a4a4d0a2405994cdb2 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2418,16 +2418,16 @@ adds the taxonomic classification to the products.") (define-public trytond-product-cost-fifo (package (name "trytond-product-cost-fifo") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_product_cost_fifo" version)) (sha256 - (base32 "1lqd960z7dmy3000fhhqqbmq7c4lk2l2dqw383sd62ka5j57kpf4")))) - (build-system python-build-system) + (base32 "130vq1wqxxlcdxdlyf3apg0f2xpy4farbl49mplz6ihiwpvzh1ka")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "product_cost_fifo")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-product trytond-stock)) (home-page "https://docs.tryton.org/projects/modules-product-cost-fifo")