guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9d4fc986e57fbf04c5c8f23327ff894d9051989e
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Nov 26 20:19:22 2025 +0100

    gnu: trytond-product-price-list-dates: Update to 7.0.1.
    
    * gnu/packages/tryton.scm (trytond-product-price-list-dates): Update to 
7.0.1.
    
    Change-Id: Ic05d9e678e268f5ce8186e78e0c098d69c5686b3
---
 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 20e5222384..0fd2606cb8 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3038,13 +3038,13 @@ pre-computes and stores prices for each product and 
price list.")
 (define-public trytond-product-price-list-dates
   (package
     (name "trytond-product-price-list-dates")
-    (version "7.0.0")
+    (version "7.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_product_price_list_dates" version))
        (sha256
-        (base32 "075xhsp94mniwd97qrbhizjy3ijcslm6ygl3fpi275cvz5dx3qad"))))
+        (base32 "1lm2x8d3z19sp24k755ncfsvqf7s6vi670wbhvdrx2hkqy0hvpgn"))))
     (build-system pyproject-build-system)
     (arguments (tryton-arguments "product_price_list_dates"))
     (native-inputs

Reply via email to