M gnu/packages/tryton.scm => gnu/packages/tryton.scm +6 -4
@@ 3426,16 3426,18 @@ and redeeming of gift cards.")
(define-public trytond-sale-history
(package
(name "trytond-sale-history")
- (version "6.2.0")
+ (version "7.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_sale_history" version))
(sha256
- (base32 "0snjdbhq5mf8j7z6i6yqk3kjl3mpjsdzwnh5bzcnax2n4zrscvxq"))))
- (build-system python-build-system)
+ (base32 "1adi6hvlpmg036h29zjzj6aismcvh9dk94acmk12bg7qv4zw9imx"))))
+ (build-system pyproject-build-system)
(arguments (tryton-arguments "sale_history"))
- (native-inputs (%standard-trytond-native-inputs))
+ (native-inputs
+ (cons* trytond-sale-subscription
+ %standard-trytond-native-inputs))
(propagated-inputs
(list trytond trytond-sale))
(home-page "https://docs.tryton.org/projects/modules-sale-history")