summaryrefslogtreecommitdiff
path: root/gnu/packages/tryton.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-07 19:29:18 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-08 15:28:01 +0100
commite4e5fc09dcb671fe63c5921ffb11ba107b9e565b (patch)
tree1687ee62234a08d704a7bb253f6ec1960cd62a6a /gnu/packages/tryton.scm
parentd714281cbbe1fca61f66c5763a383256e4535722 (diff)
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
Diffstat (limited to 'gnu/packages/tryton.scm')
-rw-r--r--gnu/packages/tryton.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index eb9a92015c6..3c30ff0c3dd 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -942,13 +942,13 @@ view that displays move lines grouped.")
942(define-public trytond-account-payment 942(define-public trytond-account-payment
943 (package 943 (package
944 (name "trytond-account-payment") 944 (name "trytond-account-payment")
945 (version "7.0.4") 945 (version "7.0.5")
946 (source 946 (source
947 (origin 947 (origin
948 (method url-fetch) 948 (method url-fetch)
949 (uri (pypi-uri "trytond_account_payment" version)) 949 (uri (pypi-uri "trytond_account_payment" version))
950 (sha256 950 (sha256
951 (base32 "06hm5lwp3y9azzjwwrk52r28qw5hv440wn42iv5xg50jm4dzag8d")))) 951 (base32 "0bvcamzlk2zz0fbb20pzpj9vv4g7y37xpcmg7yrclw8mknhxygmb"))))
952 (build-system pyproject-build-system) 952 (build-system pyproject-build-system)
953 (arguments 953 (arguments
954 (list 954 (list
@@ -963,7 +963,6 @@ view that displays move lines grouped.")
963 (cons* trytond-account-dunning 963 (cons* trytond-account-dunning
964 trytond-account-invoice 964 trytond-account-invoice
965 trytond-account-statement 965 trytond-account-statement
966 trytond-account-statement-rule
967 %standard-trytond-native-inputs)) 966 %standard-trytond-native-inputs))
968 (propagated-inputs 967 (propagated-inputs
969 (list trytond trytond-account trytond-company trytond-currency 968 (list trytond trytond-account trytond-company trytond-currency