From d925f730783395764ebd409730d0e9cf1b5db502 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:35:14 +0200 Subject: [PATCH] gnu: trytond-account-stock-continental: Update to 7.0.2 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-stock-continental): Update to 7.0.2. [build-system] Switch to pyproject-build-system. [propagated-inputs]: Add trytond-product. Change-Id: I5f1523e73a1e7ebe5704b54ff6bb81599a4dc27e --- gnu/packages/tryton.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 1f01990f082755e900d32a84ca8d7d43ccd30a08..d5f8f61fc9122404ec6ee5414f52391d7d41793b 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1263,24 +1263,24 @@ anglo-saxon accounting model for stock valuation.") (define-public trytond-account-stock-continental (package (name "trytond-account-stock-continental") - (version "6.2.3") + (version "7.0.2") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_stock_continental" version)) (sha256 - (base32 "1dzldnasshpx2gn15scycj72z85z5xli5wq1h39y8brb49ib7nvy")))) - (build-system python-build-system) + (base32 "1hwfv06mg0x1zhpqkbvywkyfdj3fn9p92yxfw6f28da4n3k6id1r")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_stock_continental")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-account-invoice" ,trytond-account-invoice) - ("trytond-purchase" ,trytond-purchase) - ("trytond-sale" ,trytond-sale) - ("trytond-sale-supply-drop-shipment" - ,trytond-sale-supply-drop-shipment))) + (cons* trytond-account-invoice + trytond-purchase + trytond-sale + trytond-sale-supply-drop-shipment + %standard-trytond-native-inputs)) (propagated-inputs - (list trytond trytond-account trytond-account-product trytond-stock)) + (list trytond trytond-account trytond-account-product trytond-product + trytond-stock)) (home-page "https://docs.tryton.org/projects/modules-account-stock-continental") (synopsis "Tryton module for continental real-time stock valuation")