diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-07 19:46:47 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-08 15:28:05 +0100 |
| commit | cf0560a1a0c71e42be3833f6cf20bda9084e33be (patch) | |
| tree | a270a3cd43180fe42b64a738180954879e3ede55 /gnu | |
| parent | fbf689b3f0ec42b89696501f7b2a4a99496b84e3 (diff) | |
gnu: trytond-stock-split: Update to 7.0.1.
* gnu/packages/tryton.scm (trytond-stock-split): Update to 7.0.1.
Change-Id: Ib6abb0f4099b66d81309291be34543cbd6191933
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tryton.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index cec01635fb..e041cf329c 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -5203,13 +5203,13 @@ measurement and the quantity of their moves.") (define-public trytond-stock-split (package (name "trytond-stock-split") - (version "7.0.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_stock_split" version)) (sha256 - (base32 "0hvkk7n160w05xwyjlh11p41q2wg2wq7zylmh7wypbc6k7qx0m2g")))) + (base32 "0dcl3nlrjjjm8hw5f74wxkpnf2p9p9halgaa37szb7jsxfbawzih")))) (build-system pyproject-build-system) (arguments (tryton-arguments "stock_split")) (native-inputs %standard-trytond-native-inputs) |
