~ruther/guix-local

3b8b24da9363aa41f28a03f731361f2cb3f12495 — Hartmut Goebel 8 months ago 233ad44
gnu: trytond-account-dunning: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 450,16 450,16 @@ the party.")
(define-public trytond-account-dunning
  (package
    (name "trytond-account-dunning")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_dunning" version))
       (sha256
        (base32 "0kzafh99055ghg5d8vs411y5c8v1xjqqf23n1sa9a4dzj10wlq97"))))
    (build-system python-build-system)
        (base32 "0vxz71gwp2s5cm6y8c770aaw4mwgbdf8brl75p404lp6mwh3fqay"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_dunning"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account trytond-company trytond-party))
    (home-page "https://docs.tryton.org/projects/modules-account-dunning")