M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 712,16 712,16 @@ term.")
(define-public trytond-account-invoice-correction
(package
(name "trytond-account-invoice-correction")
- (version "6.2.0")
+ (version "7.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_account_invoice_correction" version))
(sha256
- (base32 "1m95h7bnwzjbhrnbld5bka4hqygm0d8jcg1g2nmdyqakcniljv34"))))
- (build-system python-build-system)
+ (base32 "154nyf29lm74wlsad5byh9c96nszscsb31jc4hxi8j91n93f2l6j"))))
+ (build-system pyproject-build-system)
(arguments (tryton-arguments "account_invoice_correction"))
- (native-inputs (%standard-trytond-native-inputs))
+ (native-inputs %standard-trytond-native-inputs)
(propagated-inputs
(list trytond trytond-account-invoice))
(home-page