guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5648cb6a3d0baa3f8823866569cd7003269e80bc
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:36:16 2026 +0100

    gnu: trytond-party: Update to 7.0.7.
    
    * gnu/packages/tryton.scm (trytond-party): Update to 7.0.7.
    
    Change-Id: I39ddfb57121b763307def669db30687102f0d6d6
---
 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 48b3e899e5..e62bcca152 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2647,13 +2647,13 @@ to the email.")
 (define-public trytond-party
   (package
     (name "trytond-party")
-    (version "7.0.6")
+    (version "7.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_party" version))
        (sha256
-        (base32 "19mlqkykih95h28r6d9ibmdvh93hxjw4ykgr6svc204rvpjqlbmg"))))
+        (base32 "0lirpyzigfy1bz2bm8rd4f1dg70gsny4a5blr7d6qsiawcc4v5gz"))))
     (build-system pyproject-build-system)
     (arguments (tryton-arguments "party"))
     (native-inputs

Reply via email to