From 944b02acfa4ad308c9464ba881df17d4a38fd2dc Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:40:10 +0200 Subject: [PATCH] gnu: trytond-carrier: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-carrier): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I95b638230cb8b6d41e0562ac00f37426a036458e --- 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 99231ccfc5561770a28f3fb72575e8989a0f1d62..a0a9ea91263213ddfd004b75ceebccd0a0601529 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -1609,16 +1609,16 @@ and account.") (define-public trytond-carrier (package (name "trytond-carrier") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_carrier" version)) (sha256 - (base32 "1fr12m4qi0fkxnbjq5v1sf5dkic9xb2j0bvb8y18if3hh0csfcy7")))) - (build-system python-build-system) + (base32 "0n5jpry7yjc0w1h9z4kkp498v46hbd9gn76b4gwypscd7anpgziy")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "carrier")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-country trytond-party trytond-product)) (home-page "https://docs.tryton.org/projects/modules-carrier")