guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cc3b5db8426c1c2ab9583a414592ce22de23e90d
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sat Feb 7 19:40:52 2026 +0100
gnu: trytond-sale: Update to 7.0.16.
* gnu/packages/tryton.scm (trytond-sale): Update to 7.0.16.
Change-Id: I4d345fee2cf0c9b162ef445941dc5877095db079
---
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 c20e36e63f..7fb4a1f8d1 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3717,13 +3717,13 @@ certain operations are performed.")
(define-public trytond-sale
(package
(name "trytond-sale")
- (version "7.0.15")
+ (version "7.0.16")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_sale" version))
(sha256
- (base32 "171ihl762iizlyvhn4zvg52waffsaxr9yh7d7gy4vsdciym6vm8k"))))
+ (base32 "16087y6c58f5xh8s0frm4fy5a1f394z14vc1yljw4dmvhzknfpap"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "sale"))
(native-inputs %standard-trytond-native-inputs)