guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fbf689b3f0ec42b89696501f7b2a4a99496b84e3
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:45:12 2026 +0100

    gnu: trytond-stock-lot-sled: Update to 7.0.2.
    
    * gnu/packages/tryton.scm (trytond-stock-lot-sled): Update to 7.0.2.
    
    Change-Id: I44227e81c42644fe434730cb0de587376aec7162
---
 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 8fa1f2c2bf..cec01635fb 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4781,13 +4781,13 @@ ordering to location.")
 (define-public trytond-stock-lot-sled
   (package
     (name "trytond-stock-lot-sled")
-    (version "7.0.1")
+    (version "7.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_stock_lot_sled" version))
        (sha256
-        (base32 "1bvdd4jlw3rplpqpjl3k34hzlpv4mmahc1ga3qacr3n03w1040sc"))))
+        (base32 "0siggk6l0nzs5550kb0w1a0x5hf18hadmwhyys7iy6lb8ysii00w"))))
     (build-system pyproject-build-system)
     (arguments (tryton-arguments "stock_lot_sled"))
     (native-inputs %standard-trytond-native-inputs)

Reply via email to