~ruther/guix-local

79b0b994f426c0c763a377f560b6ba1678779c29 — Hartmut Goebel 6 months ago 816c680
gnu: trytond-purchase-invoice-line-standalone: Update to 7.0.0 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-purchase-invoice-line-standalone): Update to 7.0.0.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add trytond-party.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -5
@@ 3011,19 3011,19 @@ time the purchase is reset to draft.")
(define-public trytond-purchase-invoice-line-standalone
  (package
    (name "trytond-purchase-invoice-line-standalone")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_purchase_invoice_line_standalone" version))
       (sha256
        (base32 "169y69an6i796m8bmp8sanfn0qh7bcws8nangp96q07dsv51wrvb"))))
    (build-system python-build-system)
        (base32 "1djvnlqlhc3q77r07il8hx5j13qzjdnwfxfnrj3sf8nkpdbi12ac"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "purchase_invoice_line_standalone"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account-invoice-line-standalone
           trytond-purchase))
           trytond-party trytond-purchase))
    (home-page
     "https://docs.tryton.org/projects/modules-purchase-invoice-line-standalone")
    (synopsis "Tryton module for standalone invoice line from purchase")