From 65ca221e0d3304819fa004b3c315ce69695fef89 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 10:51:03 +0200 Subject: [PATCH] gnu: trytond-account-be: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-be): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I47483e81e9f5bd01930af16985ff2357e1d96547 --- 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 0258ad205e0953097c437ef265b6930d39b2c3f7..0383452ba0ed5d3354a1d8fff35ea5e43fb112c9 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -305,16 +305,16 @@ of fixed assets.") (define-public trytond-account-be (package (name "trytond-account-be") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_be" version)) (sha256 - (base32 "0ff27b9g1nf1gqlbv71kq7nm25r85vqpn8b0piajcxln1pbwgnmw")))) - (build-system python-build-system) + (base32 "1lx2dgvp84ib18z47fk7chxr04jlqm3jyk5pkb32q0air5d95j2f")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_be")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account trytond-account-eu)) (home-page "https://docs.tryton.org/projects/modules-account-be")