diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-07 19:41:43 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-08 15:28:04 +0100 |
| commit | 8cfa80c4bc7dbbb158c07b9508095b481b8c2e50 (patch) | |
| tree | 0d0ec6c0a4ed0c2819f7cd47f5f2437ff24f502e /gnu | |
| parent | cc3b5db8426c1c2ab9583a414592ce22de23e90d (diff) | |
gnu: trytond-sale-gift-card: Update to 7.0.1.
* gnu/packages/tryton.scm (trytond-sale-gift-card): Update to 7.0.1.
Change-Id: I80acf0c0c3de9ea2254c0aa8c1dedfdf720930eb
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 7fb4a1f8d1..25a6cae059 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3926,13 +3926,13 @@ on sale based on criteria.") (define-public trytond-sale-gift-card (package (name "trytond-sale-gift-card") - (version "7.0.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_sale_gift_card" version)) (sha256 - (base32 "1brfyrdd3j1lk8accdjv1jx6ila0rbskjjhlg0vv2jflwq81hpvn")))) + (base32 "1yjg0n61bnhai0rr3sx2jfvnxcx6g1iw2s59qgn331vvjhvw3jar")))) (build-system pyproject-build-system) (arguments (tryton-arguments "sale_gift_card")) (native-inputs |
