~ruther/guix-local

3784f8063308d93a93227d9258ae390ea9f5ffce — Hartmut Goebel 7 months ago 9db5268
gnu: trytond-sale-promotion-coupon: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-sale-promotion-coupon): Update to 7.0.1.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add trytond-company.

Change-Id: I3d5536f57b16af2362b0e74eafa524027e53d733
1 files changed, 8 insertions(+), 5 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +8 -5
@@ 3627,18 3627,21 @@ on a sale based on criteria.")
(define-public trytond-sale-promotion-coupon
  (package
    (name "trytond-sale-promotion-coupon")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_promotion_coupon" version))
       (sha256
        (base32 "18086y4xszb5iq6v5ibq3kylzc3b8zbyn6pn6pm61mdbdpqav7mg"))))
    (build-system python-build-system)
        (base32 "1xywa7b3mfq6x9xzmxdxr3j5i5vy91wjxmf1f2s3q8hya92djjnr"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_promotion_coupon"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-sale trytond-sale-promotion))
     (list trytond
           trytond-company
           trytond-sale
           trytond-sale-promotion))
    (home-page
     "https://docs.tryton.org/projects/modules-sale-promotion-coupon")
    (synopsis "Tryton module for sale promotion coupon")