summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2025-11-26 20:19:22 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2025-11-27 00:02:49 +0100
commit9d4fc986e57fbf04c5c8f23327ff894d9051989e (patch)
treea09753bfcfe9e52676479a5b87d77d5f1f24dca2 /gnu
parent9c3f49b3d7bd005b69f0d91d02dab20c1da041a9 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tryton.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 20e52223846..0fd2606cb8f 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.")
3038(define-public trytond-product-price-list-dates 3038(define-public trytond-product-price-list-dates
3039 (package 3039 (package
3040 (name "trytond-product-price-list-dates") 3040 (name "trytond-product-price-list-dates")
3041 (version "7.0.0") 3041 (version "7.0.1")
3042 (source 3042 (source
3043 (origin 3043 (origin
3044 (method url-fetch) 3044 (method url-fetch)
3045 (uri (pypi-uri "trytond_product_price_list_dates" version)) 3045 (uri (pypi-uri "trytond_product_price_list_dates" version))
3046 (sha256 3046 (sha256
3047 (base32 "075xhsp94mniwd97qrbhizjy3ijcslm6ygl3fpi275cvz5dx3qad")))) 3047 (base32 "1lm2x8d3z19sp24k755ncfsvqf7s6vi670wbhvdrx2hkqy0hvpgn"))))
3048 (build-system pyproject-build-system) 3048 (build-system pyproject-build-system)
3049 (arguments (tryton-arguments "product_price_list_dates")) 3049 (arguments (tryton-arguments "product_price_list_dates"))
3050 (native-inputs 3050 (native-inputs