guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9244825cc976ec3a2f2a0f772af7498988870977
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:28:17 2026 +0100
gnu: trytond-account-invoice: Update to 7.0.15.
* gnu/packages/tryton.scm (trytond-account-invoice): Update to 7.0.15.
Change-Id: I06c31e07ef73b970b7989591a13caeb653f20c2f
---
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 8d546149c3..42db40cc3f 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -733,13 +733,13 @@ using the credential from the accounting configuration.")
(define-public trytond-account-invoice
(package
(name "trytond-account-invoice")
- (version "7.0.14")
+ (version "7.0.15")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_account_invoice" version))
(sha256
- (base32 "0s2slws07s3gfarjnc8ps65w9zgpmrr0xj51vlb9rykswynf7515"))))
+ (base32 "1dk51qs5a6afkad4qvyisl82mgw6pmx3hib9dfkhsplv2d7dk2q0"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "account_invoice"))
(native-inputs %standard-trytond-native-inputs)