~ruther/guix-local

b8b67f6ac0fa6628e8a816870ba12609939178f4 — Hartmut Goebel 9 months ago 1afc1b7
gnu: trytond-account-tax-rule-country: Update to 7.0.2 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-account-tax-rule-country): Update to 7.0.2.
[build-system] Switch to pyproject-build-system.

Change-Id: I9b3c04d14ee59f2aacfa149b21bd2239456269b3
1 files changed, 8 insertions(+), 8 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +8 -8
@@ 1384,21 1384,21 @@ report on cash basis.")
(define-public trytond-account-tax-rule-country
  (package
    (name "trytond-account-tax-rule-country")
    (version "6.2.0")
    (version "7.0.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_tax_rule_country" version))
       (sha256
        (base32 "0bg831hha4j71lm9xhpv4al2qaxmk8qgli5s9hx2h4bcy1hbf5wf"))))
    (build-system python-build-system)
        (base32 "0jpp11rlskpqp3dzfm8ml2kqn4855vrcrcmwk6jrjkpsh2m8f6s3"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_tax_rule_country"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-account-invoice" ,trytond-account-invoice)
       ("trytond-purchase" ,trytond-purchase)
       ("trytond-sale" ,trytond-sale)
       ("trytond-stock" ,trytond-stock)))
     (cons* trytond-account-invoice
            trytond-purchase
            trytond-sale
            trytond-stock
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-account trytond-country))
    (home-page