diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-07 19:40:52 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-08 15:28:04 +0100 |
| commit | cc3b5db8426c1c2ab9583a414592ce22de23e90d (patch) | |
| tree | 90ce66331292e9d69113ed20e307abac51e28537 /gnu/packages/tryton.scm | |
| parent | 63703fb7dea1cdd5d4300de3ed31183f88c594a5 (diff) | |
gnu: trytond-sale: Update to 7.0.16.
* gnu/packages/tryton.scm (trytond-sale): Update to 7.0.16.
Change-Id: I4d345fee2cf0c9b162ef445941dc5877095db079
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 c20e36e63f8..7fb4a1f8d19 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -3717,13 +3717,13 @@ certain operations are performed.") | |||
| 3717 | (define-public trytond-sale | 3717 | (define-public trytond-sale |
| 3718 | (package | 3718 | (package |
| 3719 | (name "trytond-sale") | 3719 | (name "trytond-sale") |
| 3720 | (version "7.0.15") | 3720 | (version "7.0.16") |
| 3721 | (source | 3721 | (source |
| 3722 | (origin | 3722 | (origin |
| 3723 | (method url-fetch) | 3723 | (method url-fetch) |
| 3724 | (uri (pypi-uri "trytond_sale" version)) | 3724 | (uri (pypi-uri "trytond_sale" version)) |
| 3725 | (sha256 | 3725 | (sha256 |
| 3726 | (base32 "171ihl762iizlyvhn4zvg52waffsaxr9yh7d7gy4vsdciym6vm8k")))) | 3726 | (base32 "16087y6c58f5xh8s0frm4fy5a1f394z14vc1yljw4dmvhzknfpap")))) |
| 3727 | (build-system pyproject-build-system) | 3727 | (build-system pyproject-build-system) |
| 3728 | (arguments (tryton-arguments "sale")) | 3728 | (arguments (tryton-arguments "sale")) |
| 3729 | (native-inputs %standard-trytond-native-inputs) | 3729 | (native-inputs %standard-trytond-native-inputs) |
