~ruther/guix-local

1afc1b725c8413cf4fd5d00e7b131c588430dadf — Hartmut Goebel 7 months ago ef5acd5
gnu: trytond-account-tax-cash: Update to 7.0.2 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 1363,16 1363,16 @@ allocates shipment cost based on invoice.")
(define-public trytond-account-tax-cash
  (package
    (name "trytond-account-tax-cash")
    (version "6.2.0")
    (version "7.0.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_tax_cash" version))
       (sha256
        (base32 "0hy5929697lsa84xyy535gh4s2j1yv4vdfxyi93md17pjf95hwpg"))))
    (build-system python-build-system)
        (base32 "0q2nr9fwfb0jv4yiy2xq3r3065lvsji5zj9aj9arbd9kwpzqi51p"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_tax_cash"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account trytond-account-invoice trytond-party))
    (home-page "https://docs.tryton.org/projects/modules-account-tax-cash")