From 336f28d613c58f3ab5fe19243b6b395e5c05a09e Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:46:57 +0200 Subject: [PATCH] gnu: trytond-marketing-email: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-marketing-email): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: Idc20c8ca8aaa5d09c1630307f0554bb361f8db10 --- 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 35d70aab0d31b551c003a0c4078a5d05edbe6f3c..ee05507569cb88ea93fd56516d3d98b00739d744 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2185,16 +2185,16 @@ that are executed on selected records.") (define-public trytond-marketing-email (package (name "trytond-marketing-email") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_marketing_email" version)) (sha256 - (base32 "1z38c3lw8chqbm23y0wfsnp268kq2f9azly4ix6imis74zdjnzkl")))) - (build-system python-build-system) + (base32 "00ycqv3x22hxz9kfc10w9z2fn0bicb8p63szj2k4x30val22bxb6")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "marketing_email")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-marketing trytond-party trytond-web-shortener trytond-web-user))