diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-07 19:30:18 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-08 15:28:02 +0100 |
| commit | 32887c324dd19da6c822808282b9d01e20aae88b (patch) | |
| tree | 4b9c45a34a39969069a419225b01deeaff313939 /gnu | |
| parent | 233f7f9acafa1552ac6c180b76e0340b44cd6063 (diff) | |
gnu: trytond-account-statement: Update to 7.0.6.
* gnu/packages/tryton.scm (trytond-account-statement): Update to 7.0.6.
Change-Id: I47301847aab17d0d70d01b948916565307c5653a
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 c3340eb9b66..7fbcb62ab2a 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -1193,13 +1193,13 @@ substitute default accounts with other accounts.") | |||
| 1193 | (define-public trytond-account-statement | 1193 | (define-public trytond-account-statement |
| 1194 | (package | 1194 | (package |
| 1195 | (name "trytond-account-statement") | 1195 | (name "trytond-account-statement") |
| 1196 | (version "7.0.5") | 1196 | (version "7.0.6") |
| 1197 | (source | 1197 | (source |
| 1198 | (origin | 1198 | (origin |
| 1199 | (method url-fetch) | 1199 | (method url-fetch) |
| 1200 | (uri (pypi-uri "trytond_account_statement" version)) | 1200 | (uri (pypi-uri "trytond_account_statement" version)) |
| 1201 | (sha256 | 1201 | (sha256 |
| 1202 | (base32 "10byw4b1h1kfdrz3fzs10pvmi9vjzwhd6ih76jczydsqz8nl8dps")))) | 1202 | (base32 "1q2d0r9b2clw7phjyqrfkcm579a9f2gidrs9vnk52xpprgzx3sj5")))) |
| 1203 | (build-system pyproject-build-system) | 1203 | (build-system pyproject-build-system) |
| 1204 | (arguments (tryton-arguments "account_statement")) | 1204 | (arguments (tryton-arguments "account_statement")) |
| 1205 | (native-inputs %standard-trytond-native-inputs) | 1205 | (native-inputs %standard-trytond-native-inputs) |
