diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-07 19:29:18 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-08 15:28:01 +0100 |
| commit | e4e5fc09dcb671fe63c5921ffb11ba107b9e565b (patch) | |
| tree | 1687ee62234a08d704a7bb253f6ec1960cd62a6a /gnu/packages | |
| parent | d714281cbbe1fca61f66c5763a383256e4535722 (diff) | |
gnu: trytond-account-payment: Update to 7.0.5.
* gnu/packages/tryton.scm (trytond-account-payment): Update to 7.0.5.
[native-inputs]: Remove trytond-account-statement-rule.
Change-Id: Ie371c5f902e7ec8c4e7b1aa27675dff8dbd4fd4f
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/tryton.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index eb9a92015c6..3c30ff0c3dd 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -942,13 +942,13 @@ view that displays move lines grouped.") (define-public trytond-account-payment (package (name "trytond-account-payment") - (version "7.0.4") + (version "7.0.5") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_payment" version)) (sha256 - (base32 "06hm5lwp3y9azzjwwrk52r28qw5hv440wn42iv5xg50jm4dzag8d")))) + (base32 "0bvcamzlk2zz0fbb20pzpj9vv4g7y37xpcmg7yrclw8mknhxygmb")))) (build-system pyproject-build-system) (arguments (list @@ -963,7 +963,6 @@ view that displays move lines grouped.") (cons* trytond-account-dunning trytond-account-invoice trytond-account-statement - trytond-account-statement-rule %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-account trytond-company trytond-currency |
