diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-26 20:17:26 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2025-11-27 00:02:49 +0100 |
| commit | 9c3f49b3d7bd005b69f0d91d02dab20c1da041a9 (patch) | |
| tree | 8dab5ba9ed65a2a5b0a45c2522000af5abf5bd45 /gnu/packages/tryton.scm | |
| parent | 9208c7b65b06f05bd7b36037c9ee08d80c760633 (diff) | |
gnu: trytond-incoterm: Update to 7.0.3.
* gnu/packages/tryton.scm (trytond-incoterm): Update to 7.0.3.
[propagated-inputs]: Remove trytond-country.
Change-Id: Idbbc9fddab2e6f92e0716ed7d7defb338901415a
Diffstat (limited to 'gnu/packages/tryton.scm')
| -rw-r--r-- | gnu/packages/tryton.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index b7f30fe61a7..20e52223846 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm | |||
| @@ -2465,13 +2465,13 @@ to apply to inbound e-mails.") | |||
| 2465 | (define-public trytond-incoterm | 2465 | (define-public trytond-incoterm |
| 2466 | (package | 2466 | (package |
| 2467 | (name "trytond-incoterm") | 2467 | (name "trytond-incoterm") |
| 2468 | (version "7.0.2") | 2468 | (version "7.0.3") |
| 2469 | (source | 2469 | (source |
| 2470 | (origin | 2470 | (origin |
| 2471 | (method url-fetch) | 2471 | (method url-fetch) |
| 2472 | (uri (pypi-uri "trytond_incoterm" version)) | 2472 | (uri (pypi-uri "trytond_incoterm" version)) |
| 2473 | (sha256 | 2473 | (sha256 |
| 2474 | (base32 "1p5p6nddx8qavs02355378ayy620lf884v35blvffz870mybz7i7")))) | 2474 | (base32 "1yla0h6d0p7xwznlvfbmy3aam5bcxp18z6190wicfb2sg6qyvqly")))) |
| 2475 | (build-system pyproject-build-system) | 2475 | (build-system pyproject-build-system) |
| 2476 | (arguments (tryton-arguments "incoterm")) | 2476 | (arguments (tryton-arguments "incoterm")) |
| 2477 | (native-inputs | 2477 | (native-inputs |
| @@ -2488,10 +2488,7 @@ to apply to inbound e-mails.") | |||
| 2488 | trytond-stock | 2488 | trytond-stock |
| 2489 | %standard-trytond-native-inputs)) | 2489 | %standard-trytond-native-inputs)) |
| 2490 | (propagated-inputs | 2490 | (propagated-inputs |
| 2491 | (list trytond | 2491 | (list trytond trytond-company trytond-party)) |
| 2492 | trytond-company | ||
| 2493 | trytond-country | ||
| 2494 | trytond-party)) | ||
| 2495 | (home-page "https://docs.tryton.org/projects/modules-incoterm") | 2492 | (home-page "https://docs.tryton.org/projects/modules-incoterm") |
| 2496 | (synopsis "Tryton module for incoterms") | 2493 | (synopsis "Tryton module for incoterms") |
| 2497 | (description "The @emph{Incoterm} Tryton module is used to manage the | 2494 | (description "The @emph{Incoterm} Tryton module is used to manage the |
