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/packages/tryton.scm | |
| 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/packages/tryton.scm')
| -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 25a6cae059c..0d60d00c94a 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -4078,12 +4078,12 @@ payments prior to the creation of any invoice.") | |||
| 4078 | (define-public trytond-sale-point | 4078 | (define-public trytond-sale-point |
| 4079 | (package | 4079 | (package |
| 4080 | (name "trytond-sale-point") | 4080 | (name "trytond-sale-point") |
| 4081 | (version "7.0.3") | 4081 | (version "7.0.4") |
| 4082 | (source (origin | 4082 | (source (origin |
| 4083 | (method url-fetch) | 4083 | (method url-fetch) |
| 4084 | (uri (pypi-uri "trytond_sale_point" version)) | 4084 | (uri (pypi-uri "trytond_sale_point" version)) |
| 4085 | (sha256 | 4085 | (sha256 |
| 4086 | (base32 "0m77c14id626b3f2gqi16rxl4g0wfywhp6iyiwm9cxsdd5qj8wb3")))) | 4086 | (base32 "0pwd7w5lxgq52h4xw8z0vxi4zljj87hf0c1ymjnjl7ipjybkwx9m")))) |
| 4087 | (build-system pyproject-build-system) | 4087 | (build-system pyproject-build-system) |
| 4088 | (arguments (tryton-arguments "sale_point")) | 4088 | (arguments (tryton-arguments "sale_point")) |
| 4089 | (native-inputs %standard-trytond-native-inputs) | 4089 | (native-inputs %standard-trytond-native-inputs) |
