1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Hartmut Goebel
2025-11-26 20:14:37 +01:00
parent 63d29ebae1
commit b1b9d88db8

View File

@@ -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)