From 528af0dfd0e0b7324df937b471142fe4a76944a7 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:44:29 +0200 Subject: [PATCH] gnu: trytond-customs: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-customs): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I4f191efffb57dcab0272024c6c1e803e9368c5fd --- 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 690770bcf446ed08f5ede00c5dc07227d22b03eb..86b605f64ac5470559538de91e421769722d7452 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1931,16 +1931,16 @@ National Bank as a source for currency exchange rates.") (define-public trytond-customs (package (name "trytond-customs") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_customs" version)) (sha256 - (base32 "1zx9cwiq9q4802bj2ga3bilyjls60vpycp3cncqfqh2n4mg23xlq")))) - (build-system python-build-system) + (base32 "0v6rzrdphys3davkc3d46mlq6hkd8xl6x444ddl23fw0b08mvrna")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "customs")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list python-simpleeval trytond trytond-country trytond-currency trytond-product))