~ruther/guix-local

faa0c2814c2539bb67c1c3af458909f2827a6c5a — Hartmut Goebel 7 months ago a2cf909
gnu: trytond-sale-amendment: Update to 7.0.2 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-sale-amendment): Update to 7.0.2.
[build-system] Switch to pyproject-build-system.

Change-Id: I5984c037f356d74943f63dd06edd2125447aaad1
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 3277,16 3277,16 @@ for advance payment management on the sale.")
(define-public trytond-sale-amendment
  (package
    (name "trytond-sale-amendment")
    (version "6.2.1")
    (version "7.0.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_amendment" version))
       (sha256
        (base32 "0mrnqlgihkvn4z2p1k90c9cha8kqa28ss1ycjzsalxmngnw27hfg"))))
    (build-system python-build-system)
        (base32 "0p4v44hcby6s7l07hzdxj5z8lzb4xn4r4z5j1rlnkfvgccgmfvpc"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_amendment"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account-invoice trytond-sale
           trytond-sale-history trytond-stock))