~ruther/guix-local

b1b9d88db84b6f1d3e5d6b025e349ce6c390d970 — Hartmut Goebel 4 months ago 63d29eb
gnu: trytond-account-tax-non-deductible: Update to 7.0.1.

* gnu/packages/tryton.scm (trytond-account-tax-non-deductible): Update to 7.0.1.

Change-Id: I27eed33ea3a902f4b642ee94185ea22972ae0702
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +2 -2
@@ 1587,13 1587,13 @@ report on cash basis.")
(define-public trytond-account-tax-non-deductible
  (package
    (name "trytond-account-tax-non-deductible")
    (version "7.0.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_tax_non_deductible" version))
       (sha256
        (base32 "0xx15wj7phigrdad0yrydjfg98plb712dqq0ayhj3p17ijcvkyfl"))))
        (base32 "0frlix01zfwqkx33bvp7wh888gvzf00dh86027pzjbqq5k890mpr"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_tax_non_deductible"))
    (native-inputs %standard-trytond-native-inputs)