summaryrefslogtreecommitdiff
path: root/gnu/packages/tryton.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-07 19:38:42 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-08 15:28:03 +0100
commit60cd31e2c590d115606775e5a15679fd2dcb7699 (patch)
tree3a1990ed62970d81f91dd9514892f7d014aa1151 /gnu/packages/tryton.scm
parentc6e038de85b08ed7deb1b0ab900bbb6f9a085ded (diff)
gnu: trytond-production-split: Update to 7.0.2.
* gnu/packages/tryton.scm (trytond-production-split): Update to 7.0.2. Change-Id: I7b6b081e4df55d5a86488ba8e687f346ceb03651
Diffstat (limited to 'gnu/packages/tryton.scm')
-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 0393fd9c9be..43bbee88b3f 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3165,13 +3165,13 @@ routings for production: Routing, Step and Operation.")
3165(define-public trytond-production-split 3165(define-public trytond-production-split
3166 (package 3166 (package
3167 (name "trytond-production-split") 3167 (name "trytond-production-split")
3168 (version "7.0.1") 3168 (version "7.0.2")
3169 (source 3169 (source
3170 (origin 3170 (origin
3171 (method url-fetch) 3171 (method url-fetch)
3172 (uri (pypi-uri "trytond_production_split" version)) 3172 (uri (pypi-uri "trytond_production_split" version))
3173 (sha256 3173 (sha256
3174 (base32 "06ic3w4zskk08q617660w1gx5l8dmf782n9kq0kg8x82m2lw0f0n")))) 3174 (base32 "1v8zh6b926a7alpnh9lw3m0hn2wmr3fq9shzl91rdkx050cajbq5"))))
3175 (build-system pyproject-build-system) 3175 (build-system pyproject-build-system)
3176 (arguments (tryton-arguments "production_split")) 3176 (arguments (tryton-arguments "production_split"))
3177 (native-inputs %standard-trytond-native-inputs) 3177 (native-inputs %standard-trytond-native-inputs)