diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-26 20:21:55 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-27 00:02:49 +0100 |
| commit | ca9d4aef5a4963b9dc44b525554b40402934e44d (patch) | |
| tree | b8c2c3e23f40095d00bfaf274c81354b7a4c6340 /gnu | |
| parent | 80dba9a9ad6cf565457d09ba9026d77225c207d0 (diff) | |
gnu: trytond-sale-discount: Update to 7.0.2.
* gnu/packages/tryton.scm (trytond-sale-discount): Update to 7.0.2.
Change-Id: Icd21b7581ea1f57e7d648b2f3d9199f2ca37d8be
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 72b653171e7..455cf8c8536 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -3880,13 +3880,13 @@ credit limit of the party when confirming a sale.") | |||
| 3880 | (define-public trytond-sale-discount | 3880 | (define-public trytond-sale-discount |
| 3881 | (package | 3881 | (package |
| 3882 | (name "trytond-sale-discount") | 3882 | (name "trytond-sale-discount") |
| 3883 | (version "7.0.1") | 3883 | (version "7.0.2") |
| 3884 | (source | 3884 | (source |
| 3885 | (origin | 3885 | (origin |
| 3886 | (method url-fetch) | 3886 | (method url-fetch) |
| 3887 | (uri (pypi-uri "trytond_sale_discount" version)) | 3887 | (uri (pypi-uri "trytond_sale_discount" version)) |
| 3888 | (sha256 | 3888 | (sha256 |
| 3889 | (base32 "1hqxa97dpqy9b4cpvh977scfrjyk6kmkvlyy8xi7cdwam02miwim")))) | 3889 | (base32 "1s2msvpgbgi7l0d1iq30y0l02bq2in2a9yr1526za952vd3clf93")))) |
| 3890 | (build-system pyproject-build-system) | 3890 | (build-system pyproject-build-system) |
| 3891 | (arguments (tryton-arguments "sale_discount")) | 3891 | (arguments (tryton-arguments "sale_discount")) |
| 3892 | (native-inputs %standard-trytond-native-inputs) | 3892 | (native-inputs %standard-trytond-native-inputs) |
