From 0990ba8a435a2f4260c81d7011d6a35a96a347af Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 10:50:24 +0200 Subject: [PATCH] gnu: trytond-account-asset: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-asset): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I5b83bf02f74dbfb4667f88088e29756fb6207948 --- 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 618ca0e107033cf9f39c32344144db253bdcefae..0258ad205e0953097c437ef265b6930d39b2c3f7 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -281,18 +281,18 @@ most of accounting needs.") (define-public trytond-account-asset (package (name "trytond-account-asset") - (version "6.2.1") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_asset" version)) (sha256 - (base32 "0zs0bqa3crfqc39z7c5hcj60w2aws2fv2l9y59v9sfy8azi32533")))) - (build-system python-build-system) + (base32 "0v11scsbzgfx9k89dqb3fil9ynccvqxm0ph1jhyhls3i09d1vpga")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_asset")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-purchase" ,trytond-purchase))) + (cons* trytond-purchase + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-account trytond-account-invoice trytond-account-product trytond-product))