diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-26 20:12:47 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-27 00:02:48 +0100 |
| commit | 73f2766c882595331cf73009523daa73a6a74a94 (patch) | |
| tree | 812339cd06b2ee63c16189503f89bb6468393d8c /gnu | |
| parent | 237395a2f49773a4a54ef00f6e8e4747bc759451 (diff) | |
gnu: trytond-account-payment-clearing: Update to 7.0.6.
* gnu/packages/tryton.scm (trytond-account-payment-clearing): Update to 7.0.6.
Change-Id: I53160b11150047a529d2f0e436e427f374a9167e
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 88150cecf39..90303d0be45 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -1004,13 +1004,13 @@ methods.") | |||
| 1004 | (define-public trytond-account-payment-clearing | 1004 | (define-public trytond-account-payment-clearing |
| 1005 | (package | 1005 | (package |
| 1006 | (name "trytond-account-payment-clearing") | 1006 | (name "trytond-account-payment-clearing") |
| 1007 | (version "7.0.5") | 1007 | (version "7.0.6") |
| 1008 | (source | 1008 | (source |
| 1009 | (origin | 1009 | (origin |
| 1010 | (method url-fetch) | 1010 | (method url-fetch) |
| 1011 | (uri (pypi-uri "trytond_account_payment_clearing" version)) | 1011 | (uri (pypi-uri "trytond_account_payment_clearing" version)) |
| 1012 | (sha256 | 1012 | (sha256 |
| 1013 | (base32 "15q0jmkckxq4nhvkyhh88jm7gmcw54p6zgragw0d502c7l8bargx")))) | 1013 | (base32 "0ghbz7d4l6dywnb4qclldf2ynv98hpp9451zwad83bigfyyf0h40")))) |
| 1014 | (build-system pyproject-build-system) | 1014 | (build-system pyproject-build-system) |
| 1015 | (arguments (tryton-arguments "account_payment_clearing")) | 1015 | (arguments (tryton-arguments "account_payment_clearing")) |
| 1016 | (native-inputs | 1016 | (native-inputs |
