guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9c3f49b3d7bd005b69f0d91d02dab20c1da041a9
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Nov 26 20:17:26 2025 +0100

    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
---
 gnu/packages/tryton.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index b7f30fe61a..20e5222384 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2465,13 +2465,13 @@ to apply to inbound e-mails.")
 (define-public trytond-incoterm
   (package
     (name "trytond-incoterm")
-    (version "7.0.2")
+    (version "7.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_incoterm" version))
        (sha256
-        (base32 "1p5p6nddx8qavs02355378ayy620lf884v35blvffz870mybz7i7"))))
+        (base32 "1yla0h6d0p7xwznlvfbmy3aam5bcxp18z6190wicfb2sg6qyvqly"))))
     (build-system pyproject-build-system)
     (arguments (tryton-arguments "incoterm"))
     (native-inputs
@@ -2488,10 +2488,7 @@ to apply to inbound e-mails.")
             trytond-stock
             %standard-trytond-native-inputs))
     (propagated-inputs
-     (list trytond
-           trytond-company
-           trytond-country
-           trytond-party))
+     (list trytond trytond-company trytond-party))
     (home-page "https://docs.tryton.org/projects/modules-incoterm";)
     (synopsis "Tryton module for incoterms")
     (description "The @emph{Incoterm} Tryton module is used to manage the

Reply via email to