~ruther/guix-local

db5b34efeb1189d22285cb0f40f9ca5427d1ea04 — Hartmut Goebel 8 months ago bf60a9c
gnu: trytond-account-invoice-correction: Update to 7.0.0 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-account-invoice-correction): Update to 7.0.0.
[build-system] Switch to pyproject-build-system.
[arguments]: Disable tests requiring network.
[native-inputs]: Add trytond-account-fr.
[propagated-inputs]: Remove python-requests; add python-oauthlib,
python-requests-oauthlib.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 712,16 712,16 @@ term.")
(define-public trytond-account-invoice-correction
  (package
    (name "trytond-account-invoice-correction")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_invoice_correction" version))
       (sha256
        (base32 "1m95h7bnwzjbhrnbld5bka4hqygm0d8jcg1g2nmdyqakcniljv34"))))
    (build-system python-build-system)
        (base32 "154nyf29lm74wlsad5byh9c96nszscsb31jc4hxi8j91n93f2l6j"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_invoice_correction"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account-invoice))
    (home-page