summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-07 19:35:50 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-08 15:28:02 +0100
commit802827a8888c88cdca8a29951e1ab6deefe56176 (patch)
treef289b95dc27967b9c8111db0cfcfad5e316ec553 /gnu
parentfb23d0e46afa5e80f072e9c99cb5207eb95d97e7 (diff)
gnu: trytond-marketing-automation: Update to 7.0.2.
* gnu/packages/tryton.scm (trytond-marketing-automation): Update to 7.0.2. Change-Id: I1c5d56d29a3bbc3131d15d0be2d7b295cc8ec039
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tryton.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 624f7838ed..48b3e899e5 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2540,13 +2540,13 @@ fundamentals for marketing modules.")
(define-public trytond-marketing-automation
(package
(name "trytond-marketing-automation")
- (version "7.0.1")
+ (version "7.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_marketing_automation" version))
(sha256
- (base32 "0cnnaijg9f7l92gir3sbr066b67zzbhqqxxrlypiyk83wwca9l76"))))
+ (base32 "070m2cx2fjmjc7vyvddnb2ib60j1fssfx40jvyraysgy4pd1l8qr"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "marketing_automation"))
(native-inputs