diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-26 20:14:08 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-27 00:02:48 +0100 |
| commit | 63d29ebae1ef7319248a7a89ad8fb7b0190b8a90 (patch) | |
| tree | 17d94f855d88cd536933c06649d352d879cbea6d /gnu | |
| parent | 08ea220e03afc0cfb6cd754b7c810f0880561427 (diff) | |
gnu: trytond-account-stock-eu: Update to 7.0.6.
* gnu/packages/tryton.scm (trytond-account-stock-eu): Update to 7.0.6.
Change-Id: I429c74cdaa2fe6cd0962bd34181a9e3c624a5627
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 3e8e473d39f..fac96400c22 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -1431,13 +1431,13 @@ continental accounting model for stock valuation.") | |||
| 1431 | (define-public trytond-account-stock-eu | 1431 | (define-public trytond-account-stock-eu |
| 1432 | (package | 1432 | (package |
| 1433 | (name "trytond-account-stock-eu") | 1433 | (name "trytond-account-stock-eu") |
| 1434 | (version "7.0.5") | 1434 | (version "7.0.6") |
| 1435 | (source | 1435 | (source |
| 1436 | (origin | 1436 | (origin |
| 1437 | (method url-fetch) | 1437 | (method url-fetch) |
| 1438 | (uri (pypi-uri "trytond_account_stock_eu" version)) | 1438 | (uri (pypi-uri "trytond_account_stock_eu" version)) |
| 1439 | (sha256 | 1439 | (sha256 |
| 1440 | (base32 "1iw60aqwjz8wkpkqkc2jvv4i303cgyrym6z716xycqjmg46rn61f")))) | 1440 | (base32 "15mp546dn764cbna72z9wwq7nw4w78p44hw56wlmvd5hwkaq2i9w")))) |
| 1441 | (build-system pyproject-build-system) | 1441 | (build-system pyproject-build-system) |
| 1442 | (arguments (tryton-arguments "account_stock_eu")) | 1442 | (arguments (tryton-arguments "account_stock_eu")) |
| 1443 | (native-inputs | 1443 | (native-inputs |
