guix_mirror_bot pushed a commit to branch master
in repository guix.

commit cf0560a1a0c71e42be3833f6cf20bda9084e33be
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:46:47 2026 +0100

    gnu: trytond-stock-split: Update to 7.0.1.
    
    * gnu/packages/tryton.scm (trytond-stock-split): Update to 7.0.1.
    
    Change-Id: Ib6abb0f4099b66d81309291be34543cbd6191933
---
 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 cec01635fb..e041cf329c 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -5203,13 +5203,13 @@ measurement and the quantity of their moves.")
 (define-public trytond-stock-split
   (package
     (name "trytond-stock-split")
-    (version "7.0.0")
+    (version "7.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_stock_split" version))
        (sha256
-        (base32 "0hvkk7n160w05xwyjlh11p41q2wg2wq7zylmh7wypbc6k7qx0m2g"))))
+        (base32 "0dcl3nlrjjjm8hw5f74wxkpnf2p9p9halgaa37szb7jsxfbawzih"))))
     (build-system pyproject-build-system)
     (arguments (tryton-arguments "stock_split"))
     (native-inputs %standard-trytond-native-inputs)

Reply via email to