guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f90f1e87139713e585dcbd9730e86918cde55e1c
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:36:43 2026 +0100
gnu: trytond-product: Update to 7.0.4.
* gnu/packages/tryton.scm (trytond-product): Update to 7.0.4.
Change-Id: I0ca0f0379043a3617e804c244e7278debd514ca8
---
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 e62bcca152..9638bd6d63 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2736,13 +2736,13 @@ identification numbers SIREN and SIRET on party and
address.")
(define-public trytond-product
(package
(name "trytond-product")
- (version "7.0.3")
+ (version "7.0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_product" version))
(sha256
- (base32 "0d03zmhay1kaaw8a9yalfsyzn54pb9yzkg1kxpywzd4ysxs295iz"))))
+ (base32 "1bqp67bzm3fz8jpcxj0nz959qvgvglj630vxdg98jg6pypfa24xr"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "product"))
(native-inputs %standard-trytond-native-inputs)