guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6d41b5f4d9fe3ae1749c730a7dca8233405e2f89
Author: Hartmut Goebel <[email protected]>
AuthorDate: Fri Sep 26 13:00:57 2025 +0200
gnu: trytond-sale-shipment-tolerance: Update to 7.0.1 and switch to
pyproject.
* gnu/packages/tryton.scm(trytond-sale-shipment-tolerance): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.
Change-Id: Iee5682fc5a48ef54602a678044f41e8f428a257b
---
gnu/packages/tryton.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c0e01b0d05..17b8c2fb77 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3738,16 +3738,16 @@ define how stock moves generated from sales will be
grouped.")
(define-public trytond-sale-shipment-tolerance
(package
(name "trytond-sale-shipment-tolerance")
- (version "6.2.0")
+ (version "7.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_sale_shipment_tolerance" version))
(sha256
- (base32 "1vggdhnfg05dad2gmyi49ydhrq3sjqva4shn9zygj8fyjpkppx2y"))))
- (build-system python-build-system)
+ (base32 "0cqia2qlf6f6yjn673amicjraggb59z0g00cbrdfpyv4g2zgv6qr"))))
+ (build-system pyproject-build-system)
(arguments (tryton-arguments "sale_shipment_tolerance"))
- (native-inputs (%standard-trytond-native-inputs))
+ (native-inputs %standard-trytond-native-inputs)
(propagated-inputs
(list trytond trytond-sale trytond-stock))
(home-page