~ruther/guix-local

fc2f9608df2010772847d8577e990382b85fc3de — Hartmut Goebel 8 months ago f40941b
gnu: trytond-account-invoice-secondary-unit: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 803,16 803,16 @@ allows creating an invoice line not linked to an invoice.")
(define-public trytond-account-invoice-secondary-unit
  (package
    (name "trytond-account-invoice-secondary-unit")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_invoice_secondary_unit" version))
       (sha256
        (base32 "1wmc8zx51saqxbg26b7jnhl7ss3gjrhzxn7zqqsis9dps6l07jwf"))))
    (build-system python-build-system)
        (base32 "1qqr70xw5ybn1xywgdznqc2lqsvs592qiam0rr75zyjzv3g3bfxc"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_invoice_secondary_unit"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account-invoice trytond-product))
    (home-page