~ruther/guix-local

f40941b2ae0228f8045db85c71c05157df6236c0 — Hartmut Goebel 8 months ago 3789745
gnu: trytond-account-invoice-line-standalone: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 781,16 781,16 @@ the historization of the invoice and its related fields.")
(define-public trytond-account-invoice-line-standalone
  (package
    (name "trytond-account-invoice-line-standalone")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_invoice_line_standalone" version))
       (sha256
        (base32 "15ld3iixh8kgil5zw3q4acci4xvdcd56lyin154qaak12f7rms0z"))))
    (build-system python-build-system)
        (base32 "1gihaiabl9pk9k8b9hmd0b2ih7i6dmyi2p3s1ycl395y8rc3d58d"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_invoice_line_standalone"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account-invoice))
    (home-page