summaryrefslogtreecommitdiff
path: root/gnu/packages/tryton.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-07 19:28:38 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-08 15:28:01 +0100
commitd714281cbbe1fca61f66c5763a383256e4535722 (patch)
tree510d58976b7722a1fc193d3f78b89bb5d151fadf /gnu/packages/tryton.scm
parent9244825cc976ec3a2f2a0f772af7498988870977 (diff)
gnu: trytond-account-invoice-history: Update to 7.0.1.
* gnu/packages/tryton.scm (trytond-account-invoice-history): Update to 7.0.1. Change-Id: I33fd27210c37d1eec590707e796f5e495a668025
Diffstat (limited to 'gnu/packages/tryton.scm')
-rw-r--r--gnu/packages/tryton.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 42db40cc3f7..eb9a92015c6 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -808,13 +808,13 @@ deferring the expense or the revenue of an invoice line over many periods.")
808(define-public trytond-account-invoice-history 808(define-public trytond-account-invoice-history
809 (package 809 (package
810 (name "trytond-account-invoice-history") 810 (name "trytond-account-invoice-history")
811 (version "7.0.0") 811 (version "7.0.1")
812 (source 812 (source
813 (origin 813 (origin
814 (method url-fetch) 814 (method url-fetch)
815 (uri (pypi-uri "trytond_account_invoice_history" version)) 815 (uri (pypi-uri "trytond_account_invoice_history" version))
816 (sha256 816 (sha256
817 (base32 "07ggrwqq6dz7c49bc20ly7nxznw3sm9q5cmskjycmfx6h72j5l8y")))) 817 (base32 "1a9ni8sfp85c5rcn5dn03l1a8j92n77as6cgzvry53fl6c9hv1k1"))))
818 (build-system pyproject-build-system) 818 (build-system pyproject-build-system)
819 (arguments (tryton-arguments "account_invoice_history")) 819 (arguments (tryton-arguments "account_invoice_history"))
820 (native-inputs %standard-trytond-native-inputs) 820 (native-inputs %standard-trytond-native-inputs)