From 191c3f16da860cdbc7a8548864c7036ab1f86787 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:48:55 +0200 Subject: [PATCH] gnu: trytond-product-cost-history: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-product-cost-history): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I64d7e3005a382ab48b59a0bb92fdba454c619d54 --- 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 4597f10d7a9bd4e0034cb9a4a4d0a2405994cdb2..0e9aa28c3a12b2525d740b21e1a489a65b09e853 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2439,16 +2439,16 @@ first-in-first-out option in the `Cost Method` field of the product form.") (define-public trytond-product-cost-history (package (name "trytond-product-cost-history") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_product_cost_history" version)) (sha256 - (base32 "16gnqa04fv7525ax12xfmh4phk4fvm577j3c80cahxqpvsp2a0q6")))) - (build-system python-build-system) + (base32 "19dmw7319q3nrn9hj1i7zzbi034y7sb8870376sln8yw5rfacqvz")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "product_cost_history")) - (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-history")