From f0621e80db670b3083fff17177c30e49a9c87dfd Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:44:56 +0200 Subject: [PATCH] gnu: trytond-edocument-unece: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-edocument-unece): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I7c4e332c3e95a1b5d4e642949bf293450127e34e --- 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 469b81df5cf361e4f7b03a9077bcbe678f3d8ae7..fbd4cc9fa376a950dfec6f98cbd465a752a36d98 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2002,16 +2002,16 @@ electronic document from UN/CEFACT. Supported formats are: (define-public trytond-edocument-unece (package (name "trytond-edocument-unece") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_edocument_unece" version)) (sha256 - (base32 "1ikrh9yk5if8v1sw1aihnysbpipmly6r6ka6zccjcywm1cmabhx0")))) - (build-system python-build-system) + (base32 "1ncagmd0ydvxplvih1bjzmjvx2hpbxyrqfnzwwd6f9ixk9vz60wl")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "edocument_unece")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account trytond-product)) (home-page "https://docs.tryton.org/projects/modules-edocument-unece")