guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9db5268b699a5e5dc2cb2119a530462a9c906bce
Author: Hartmut Goebel <[email protected]>
AuthorDate: Fri Sep 26 12:59:36 2025 +0200

    gnu: trytond-sale-promotion: Update to 7.0.1 and switch to pyproject.
    
    * gnu/packages/tryton.scm(trytond-sale-promotion): Update to 7.0.1.
    [build-system]: Switch to pyproject-build-system.
    [propagated-inputs]: Add trytond-currency.
    
    Change-Id: I5b609fdc1c1c8cee8a0f3eda23a3db9d6d352fae
---
 gnu/packages/tryton.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 0cc667961d..b631ce73f3 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3599,20 +3599,21 @@ customer's names and codes for products or variants.")
 (define-public trytond-sale-promotion
   (package
     (name "trytond-sale-promotion")
-    (version "6.2.0")
+    (version "7.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_sale_promotion" version))
        (sha256
-        (base32 "1nd4f5j25v3g25hr0xr6kqzv0rqavnwkc5wyn8r0if1y9b2scwnc"))))
-    (build-system python-build-system)
+        (base32 "1vc7ij8pgnfgp5w557kf1lnbir5xcq1i6zqhvv9pa0rpnrsmnh5z"))))
+    (build-system pyproject-build-system)
     (arguments (tryton-arguments "sale_promotion"))
-    (native-inputs (%standard-trytond-native-inputs))
+    (native-inputs %standard-trytond-native-inputs)
     (propagated-inputs
      (list python-simpleeval
            trytond
            trytond-company
+           trytond-currency
            trytond-product
            trytond-product-price-list
            trytond-sale

Reply via email to