~ruther/guix-local

bf60a9ccb8d9910c2356adfadd1f7e6c63faa141 — Hartmut Goebel 8 months ago 80d2733
gnu: trytond-account-invoice: Update to 7.0.14 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-account-invoice): Update to 7.0.14.
[build-system] Switch to pyproject-build-system.
[native-inputs]: Add trytond-account-fr.
[propagated-inputs]: Remove requests, add python-oauthlib and
python-requests-oauthlib.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 681,16 681,16 @@ using the credential from the accounting configuration.")
(define-public trytond-account-invoice
  (package
    (name "trytond-account-invoice")
    (version "6.2.4")
    (version "7.0.14")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_invoice" version))
       (sha256
        (base32 "12hkrlni1psa5n72bvz94zqwfmzpy24814p0f2vk1cmzkbsfb6vi"))))
    (build-system python-build-system)
        (base32 "0s2slws07s3gfarjnc8ps65w9zgpmrr0xj51vlb9rykswynf7515"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_invoice"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond
           trytond-account