From c180f92cfbe1b446d2df202de991115ed36cf95f Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 13:01:11 +0200 Subject: [PATCH] gnu: trytond-sale-subscription: Update to 7.0.4 and switch to pyproject. * gnu/packages/tryton.scm(trytond-sale-subscription): Update to 7.0.4. [build-system] Switch to pyproject-build-system. Change-Id: I89c852001e096c71f25eae824b3e2da066edca43 --- 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 f1ebeec784fbd9314693b3dc8e9a02518cd7ca0c..276128e870686afb3fa62c14f50113cf869fdc98 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3790,16 +3790,16 @@ stock forecasts.") (define-public trytond-sale-subscription (package (name "trytond-sale-subscription") - (version "6.2.0") + (version "7.0.4") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_subscription" version)) (sha256 - (base32 "095zdy6031lqffm3yddhsrv93dl2dgqjpbskp539knvd72bdaqdd")))) - (build-system python-build-system) + (base32 "1jdpg6g8w0q5slsfdzz6bkacv78x4gw5nr2afi7m9givqr8vivrm")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "sale_subscription")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account