guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e4e5fc09dcb671fe63c5921ffb11ba107b9e565b
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:29:18 2026 +0100
gnu: trytond-account-payment: Update to 7.0.5.
* gnu/packages/tryton.scm (trytond-account-payment): Update to 7.0.5.
[native-inputs]: Remove trytond-account-statement-rule.
Change-Id: Ie371c5f902e7ec8c4e7b1aa27675dff8dbd4fd4f
---
gnu/packages/tryton.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index eb9a92015c..3c30ff0c3d 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -942,13 +942,13 @@ view that displays move lines grouped.")
(define-public trytond-account-payment
(package
(name "trytond-account-payment")
- (version "7.0.4")
+ (version "7.0.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_account_payment" version))
(sha256
- (base32 "06hm5lwp3y9azzjwwrk52r28qw5hv440wn42iv5xg50jm4dzag8d"))))
+ (base32 "0bvcamzlk2zz0fbb20pzpj9vv4g7y37xpcmg7yrclw8mknhxygmb"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -963,7 +963,6 @@ view that displays move lines grouped.")
(cons* trytond-account-dunning
trytond-account-invoice
trytond-account-statement
- trytond-account-statement-rule
%standard-trytond-native-inputs))
(propagated-inputs
(list trytond trytond-account trytond-company trytond-currency