guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d714281cbbe1fca61f66c5763a383256e4535722
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:28:38 2026 +0100

    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
---
 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 42db40cc3f..eb9a92015c 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.")
 (define-public trytond-account-invoice-history
   (package
     (name "trytond-account-invoice-history")
-    (version "7.0.0")
+    (version "7.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_account_invoice_history" version))
        (sha256
-        (base32 "07ggrwqq6dz7c49bc20ly7nxznw3sm9q5cmskjycmfx6h72j5l8y"))))
+        (base32 "1a9ni8sfp85c5rcn5dn03l1a8j92n77as6cgzvry53fl6c9hv1k1"))))
     (build-system pyproject-build-system)
     (arguments (tryton-arguments "account_invoice_history"))
     (native-inputs %standard-trytond-native-inputs)

Reply via email to