From cd269d96e3cc15bab92a0d635aae18e92a8dfa87 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:54:01 +0200 Subject: [PATCH] gnu: trytond-purchase: Update to 7.0.14 and switch to pyproject. * gnu/packages/tryton.scm(trytond-purchase): Update to 7.0.14. [build-system] Switch to pyproject-build-system. Change-Id: I39fb78485ed4f12456cf5fbc9e937874e4723a5f --- 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 ec98fbd8187825345064a811817d36a4bca96e55..857aba5a171f52471d2445e791c7cfb87e3b8485 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -2923,16 +2923,16 @@ the linked time sheets and the linked purchase lines.") (define-public trytond-purchase (package (name "trytond-purchase") - (version "6.2.3") + (version "7.0.14") (source (origin (method url-fetch) (uri (pypi-uri "trytond_purchase" version)) (sha256 - (base32 "1lni31dhi1yrz0ga1l2268fyv564gsqiy1rjal8l765v40121q0p")))) - (build-system python-build-system) + (base32 "0qf17qpcid9d0vm5wnzfg0qsal67zfdxipjr28nw9azjvx07vbvz")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "purchase")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account