~ruther/guix-local

3789745b3e935fa98a94f64bd41e3520463495e7 — Hartmut Goebel 8 months ago 024347d
gnu: trytond-account-invoice-history: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 759,16 759,16 @@ deferring the expense or the revenue of an invoice line over many periods.")
(define-public trytond-account-invoice-history
  (package
    (name "trytond-account-invoice-history")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_invoice_history" version))
       (sha256
        (base32 "1qg8x6kggi2f390y35m7k3mfi358zr4jwiw76vw5kkrpa3gm4lyj"))))
    (build-system python-build-system)
        (base32 "07ggrwqq6dz7c49bc20ly7nxznw3sm9q5cmskjycmfx6h72j5l8y"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_invoice_history"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account-invoice trytond-party))
    (home-page