guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ec0799f08b9012b8a3dfbe14a010ee80ad8bf1c7
Author: Hartmut Goebel <[email protected]>
AuthorDate: Fri Sep 26 12:57:34 2025 +0200
gnu: trytond-sale-discount: Update to 7.0.1 and switch to pyproject.
* gnu/packages/tryton.scm(trytond-sale-discount): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.
Change-Id: I70c79a91b30cd06e1a803b499dfd1842fce21e99
---
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 80143b86ae..d347c3bced 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3349,16 +3349,16 @@ credit limit of the party when confirming a sale.")
(define-public trytond-sale-discount
(package
(name "trytond-sale-discount")
- (version "6.2.1")
+ (version "7.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_sale_discount" version))
(sha256
- (base32 "1kbfbd5rmvaaf5wwvb1akxf7zij1bqpzx2s0dahjxcihxwwra2ib"))))
- (build-system python-build-system)
+ (base32 "1hqxa97dpqy9b4cpvh977scfrjyk6kmkvlyy8xi7cdwam02miwim"))))
+ (build-system pyproject-build-system)
(arguments (tryton-arguments "sale_discount"))
- (native-inputs (%standard-trytond-native-inputs))
+ (native-inputs %standard-trytond-native-inputs)
(propagated-inputs
(list trytond trytond-product trytond-sale))
(home-page "https://docs.tryton.org/projects/modules-sale-discount")