guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b1b9d88db84b6f1d3e5d6b025e349ce6c390d970
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Nov 26 20:14:37 2025 +0100
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
---
gnu/packages/tryton.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index fac96400c2..9a44627b88 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -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)