guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 60cd31e2c590d115606775e5a15679fd2dcb7699
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:38:42 2026 +0100
gnu: trytond-production-split: Update to 7.0.2.
* gnu/packages/tryton.scm (trytond-production-split): Update to 7.0.2.
Change-Id: I7b6b081e4df55d5a86488ba8e687f346ceb03651
---
gnu/packages/tryton.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 0393fd9c9b..43bbee88b3 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3165,13 +3165,13 @@ routings for production: Routing, Step and Operation.")
(define-public trytond-production-split
(package
(name "trytond-production-split")
- (version "7.0.1")
+ (version "7.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_production_split" version))
(sha256
- (base32 "06ic3w4zskk08q617660w1gx5l8dmf782n9kq0kg8x82m2lw0f0n"))))
+ (base32 "1v8zh6b926a7alpnh9lw3m0hn2wmr3fq9shzl91rdkx050cajbq5"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "production_split"))
(native-inputs %standard-trytond-native-inputs)