diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-07 19:39:29 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-02-08 15:28:03 +0100 |
| commit | 63703fb7dea1cdd5d4300de3ed31183f88c594a5 (patch) | |
| tree | 8bd9cd086ea2e14228781d34ca9d250df62867f7 /gnu | |
| parent | 60cd31e2c590d115606775e5a15679fd2dcb7699 (diff) | |
gnu: trytond-purchase: Update to 7.0.17.
* gnu/packages/tryton.scm (trytond-purchase): Update to 7.0.17.
Change-Id: I68035fe4a7bb766a33298c78f227b0de42036e65
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 43bbee88b3f..c20e36e63f8 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -3352,13 +3352,13 @@ the linked time sheets and the linked purchase lines.") | |||
| 3352 | (define-public trytond-purchase | 3352 | (define-public trytond-purchase |
| 3353 | (package | 3353 | (package |
| 3354 | (name "trytond-purchase") | 3354 | (name "trytond-purchase") |
| 3355 | (version "7.0.15") | 3355 | (version "7.0.17") |
| 3356 | (source | 3356 | (source |
| 3357 | (origin | 3357 | (origin |
| 3358 | (method url-fetch) | 3358 | (method url-fetch) |
| 3359 | (uri (pypi-uri "trytond_purchase" version)) | 3359 | (uri (pypi-uri "trytond_purchase" version)) |
| 3360 | (sha256 | 3360 | (sha256 |
| 3361 | (base32 "0mc5m7navyw9h7xc8kypdmcr05ggh3f33fdxnw0r08mmw01sy1cg")))) | 3361 | (base32 "0m4f7kxi1n5df8cxixdkf2jf6ykaayq2w7knich6yqs24ydxwn55")))) |
| 3362 | (build-system pyproject-build-system) | 3362 | (build-system pyproject-build-system) |
| 3363 | (arguments (tryton-arguments "purchase")) | 3363 | (arguments (tryton-arguments "purchase")) |
| 3364 | (native-inputs %standard-trytond-native-inputs) | 3364 | (native-inputs %standard-trytond-native-inputs) |
