From 47f999054c2eb9e2ec95fddc7dd10806f77de81a Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:37:28 +0200 Subject: [PATCH] gnu: trytond-analytic-budget: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-analytic-budget): Update to 7.0.0. [build-system] Switch to pyproject-build-system. [arguments] Fix module name argument. Change-Id: I8ebb022dc0f485c227bac591fe20ab78e5858c55 --- gnu/packages/tryton.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index c19dfea831693788e6dedc10ede7b85c7ac8eef8..8b34d72cde841c21e4a03a035889e56f2136237d 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1439,15 +1439,15 @@ required to analyse accounting using multiple different axes.") (define-public trytond-analytic-budget (package (name "trytond-analytic-budget") - (version "6.2.1") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_analytic_budget" version)) (sha256 - (base32 "080a1s9w6n50xi2r7d3jkyk84rdqzggbqzhab9qjgppl67q85m8p")))) - (build-system python-build-system) - (arguments (tryton-arguments "trytond_analytic_budget")) - (native-inputs (%standard-trytond-native-inputs)) + (base32 "1j3lxb3nxhis7w4snds0m9yvr70mcr2mj8rbs3vvnmg99ysgrrci")))) + (build-system pyproject-build-system) + (arguments (tryton-arguments "analytic_budget")) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-budget trytond-analytic-account trytond-company))