diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-26 20:26:10 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-27 00:02:49 +0100 |
| commit | 7637eb466c121489f2bbc968c3e889e9ced43b42 (patch) | |
| tree | 22c3d4ac01c2990b2d0548ba6d552aeacff05d96 /gnu | |
| parent | 4d6956ed4b2036f7d9b0d302432084914af972b3 (diff) | |
gnu: trytond-stock-supply: Update to 7.0.5.
* gnu/packages/tryton.scm (trytond-stock-supply): Update to 7.0.5.
Change-Id: Ibf7f109d36df88c23a103ad1cda975e3b1539e01
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 cf1536b93ca..882fd8c2669 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -5229,13 +5229,13 @@ there can be a move with the remaining quantity.") | |||
| 5229 | (define-public trytond-stock-supply | 5229 | (define-public trytond-stock-supply |
| 5230 | (package | 5230 | (package |
| 5231 | (name "trytond-stock-supply") | 5231 | (name "trytond-stock-supply") |
| 5232 | (version "7.0.4") | 5232 | (version "7.0.5") |
| 5233 | (source | 5233 | (source |
| 5234 | (origin | 5234 | (origin |
| 5235 | (method url-fetch) | 5235 | (method url-fetch) |
| 5236 | (uri (pypi-uri "trytond_stock_supply" version)) | 5236 | (uri (pypi-uri "trytond_stock_supply" version)) |
| 5237 | (sha256 | 5237 | (sha256 |
| 5238 | (base32 "14sckfm145awpx9flcsrfc16yl4wxg2asjsmpz57clm2c6nnrhmr")))) | 5238 | (base32 "0c6df8bnhjmwg431z2lnxpy4xm1zsnr4drbj0nn99pfsrkhya5nf")))) |
| 5239 | (build-system pyproject-build-system) | 5239 | (build-system pyproject-build-system) |
| 5240 | (arguments (tryton-arguments "stock_supply")) | 5240 | (arguments (tryton-arguments "stock_supply")) |
| 5241 | (native-inputs %standard-trytond-native-inputs) | 5241 | (native-inputs %standard-trytond-native-inputs) |
