guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 237395a2f49773a4a54ef00f6e8e4747bc759451
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Nov 26 20:10:16 2025 +0100

    gnu: tryton: Update to 7.0.29.
    
    * gnu/packages/tryton.scm (tryton): Update to 7.0.29.
    
    Change-Id: Ie63744cec8d83a04feaf5580225634bb23559b47
---
 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 25017b10ed..88150cecf3 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -121,13 +121,13 @@ and security.")
 (define-public tryton
   (package
     (name "tryton")
-    (version "7.0.27")
+    (version "7.0.29")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tryton" version))
        (sha256
-        (base32 "0hqni5nhy29a0zs1r6w734dw2skpbnq7yn6s1f7ziq6rpxd57adl"))))
+        (base32 "0s44cn1p1q9bddnzfnj68gb5j1sm5rbamy36z2gpc1z55v6q19q2"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to