From 9d4fc986e57fbf04c5c8f23327ff894d9051989e Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Wed, 26 Nov 2025 20:19:22 +0100 Subject: [PATCH] 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 20e52223846ae7caa178f9bd5ccb0af39302b9d7..0fd2606cb8f82abbe12fe930ff79efd481f6a320 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