summaryrefslogtreecommitdiff
path: root/gnu/packages/tryton.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-07 19:28:17 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-02-08 15:28:01 +0100
commit9244825cc976ec3a2f2a0f772af7498988870977 (patch)
treeab8450e825bcd0a750495f1a417517205df1a88a /gnu/packages/tryton.scm
parentab9fd501871feb66fab6f9a648c9f7fd95905921 (diff)
gnu: trytond-account-invoice: Update to 7.0.15.
* gnu/packages/tryton.scm (trytond-account-invoice): Update to 7.0.15. Change-Id: I06c31e07ef73b970b7989591a13caeb653f20c2f
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 8d546149c30..42db40cc3f7 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -733,13 +733,13 @@ using the credential from the accounting configuration.")
733(define-public trytond-account-invoice 733(define-public trytond-account-invoice
734 (package 734 (package
735 (name "trytond-account-invoice") 735 (name "trytond-account-invoice")
736 (version "7.0.14") 736 (version "7.0.15")
737 (source 737 (source
738 (origin 738 (origin
739 (method url-fetch) 739 (method url-fetch)
740 (uri (pypi-uri "trytond_account_invoice" version)) 740 (uri (pypi-uri "trytond_account_invoice" version))
741 (sha256 741 (sha256
742 (base32 "0s2slws07s3gfarjnc8ps65w9zgpmrr0xj51vlb9rykswynf7515")))) 742 (base32 "1dk51qs5a6afkad4qvyisl82mgw6pmx3hib9dfkhsplv2d7dk2q0"))))
743 (build-system pyproject-build-system) 743 (build-system pyproject-build-system)
744 (arguments (tryton-arguments "account_invoice")) 744 (arguments (tryton-arguments "account_invoice"))
745 (native-inputs %standard-trytond-native-inputs) 745 (native-inputs %standard-trytond-native-inputs)