diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-07 19:42:22 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-08 15:28:04 +0100 |
| commit | b8d51cba360f4593453d7df2ed7d09286f5d4a93 (patch) | |
| tree | a118a3f9276c66e5fefb469e2e00a50b0f30e3f4 /gnu | |
| parent | 8cfa80c4bc7dbbb158c07b9508095b481b8c2e50 (diff) | |
gnu: trytond-sale-point: Update to 7.0.4.
* gnu/packages/tryton.scm (trytond-sale-point): Update to 7.0.4.
Change-Id: I7a91a43f31a28aadb0cc4ab7d2e875d6b61131aa
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 25a6cae059..0d60d00c94 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -4078,12 +4078,12 @@ payments prior to the creation of any invoice.") (define-public trytond-sale-point (package (name "trytond-sale-point") - (version "7.0.3") + (version "7.0.4") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_point" version)) (sha256 - (base32 "0m77c14id626b3f2gqi16rxl4g0wfywhp6iyiwm9cxsdd5qj8wb3")))) + (base32 "0pwd7w5lxgq52h4xw8z0vxi4zljj87hf0c1ymjnjl7ipjybkwx9m")))) (build-system pyproject-build-system) (arguments (tryton-arguments "sale_point")) (native-inputs %standard-trytond-native-inputs) |
