~ruther/guix-local

024347d8be39c2be6e238d592ae17ad97e63ee5b — Hartmut Goebel 8 months ago db5b34e
gnu: trytond-account-invoice-defer: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 736,16 736,16 @@ original quantity, once with the inverted quantity.")
(define-public trytond-account-invoice-defer
  (package
    (name "trytond-account-invoice-defer")
    (version "6.2.2")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_invoice_defer" version))
       (sha256
        (base32 "1jjsadia1bxx0h80aqhm0alzxdqbkg3by0i7i6qfk7wwikim6lkm"))))
    (build-system python-build-system)
        (base32 "1q281cl0dhmm5d1cc4sjpx6wk97vrva35sldxwydrpw460df9lh9"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_invoice_defer"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account trytond-account-invoice
           trytond-company))