From 0a29a23e18f2cee4a8692709f9802a90eacc28e6 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:46:28 +0200 Subject: [PATCH] gnu: trytond-marketing-automation: Update to 7.0.1 and switch to pyproject. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/tryton.scm(trytond-marketing-automation): Update to 7.0.1. [build-system] Switch to pyproject-build-system. [natve-inputs]: Add trytond-sale; move trytond-party to … [propagated-inputs]: … here. Change-Id: Ia93f6fb8e6cd0ad324d304678d849b154fa5e83f --- gnu/packages/tryton.scm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 1a198aa15669f4b5028b557746963a8339393fb2..35d70aab0d31b551c003a0c4078a5d05edbe6f3c 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2157,20 +2157,23 @@ fundamentals for marketing modules.") (define-public trytond-marketing-automation (package (name "trytond-marketing-automation") - (version "6.2.1") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_marketing_automation" version)) (sha256 - (base32 "17x4pikw2i513wwrfv8g8xim65ksk3dwijahk1qhf3yqpa506kp2")))) - (build-system python-build-system) + (base32 "0cnnaijg9f7l92gir3sbr066b67zzbhqqxxrlypiyk83wwca9l76")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "marketing_automation")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-party" ,trytond-party))) + (cons* trytond-sale + %standard-trytond-native-inputs)) (propagated-inputs - (list trytond trytond-marketing trytond-web-shortener)) + (list trytond + trytond-marketing + trytond-party + trytond-web-shortener)) (home-page "https://docs.tryton.org/projects/modules-marketing-automation") (synopsis "Tryton module to plan, coordinate and manage marketing campaigns")