guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ab9fd501871feb66fab6f9a648c9f7fd95905921
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:26:22 2026 +0100

    gnu: trytond-account: Update to 7.0.23.
    
    * gnu/packages/tryton.scm (trytond-account): Update to 7.0.23.
    
    Change-Id: Ie5c83eed74c9b3adad469749bd469088bce46f26
---
 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 161cc03162..8d546149c3 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -256,13 +256,13 @@ the build system."
 (define-public trytond-account
   (package
     (name "trytond-account")
-    (version "7.0.22")
+    (version "7.0.23")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_account" version))
        (sha256
-        (base32 "10m6743h2qjdfrbzvcm11bg7b3rk4570vfg5ng0zi69yv8hd8zak"))))
+        (base32 "0wipqqfwry261g865aa9fblw5ghq98d4w2rg8c0hp86zqa6am91j"))))
     (build-system pyproject-build-system)
     (arguments (tryton-arguments "account"))
     (native-inputs %standard-trytond-native-inputs)

Reply via email to