From 310bf32b49b338f1e92b1bf30fc0d5cef3d2fa38 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 13:02:22 +0200 Subject: [PATCH] gnu: trytond-stock-inventory-location: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-stock-inventory-location): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I40d694b9bdaaeef32da8a5aad4e84a18763ec5a2 --- 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 c2fd00f3398f68c2c4c93c8682b75764bd2102ee..50be9579697800a323145bf5f918de014cff48ee 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -4039,16 +4039,16 @@ other stock mechanisms to anticipate customer demand.") (define-public trytond-stock-inventory-location (package (name "trytond-stock-inventory-location") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_stock_inventory_location" version)) (sha256 - (base32 "1x35rq6hzxb9wzsflvlsbl1fjgqcp6byrj4rk20fvgbhnv02s4x0")))) - (build-system python-build-system) + (base32 "1z79j28liyrf1wk34vpnqrvv0d9pil74scmghyn6s3d5a0hvaia6")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "stock_inventory_location")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-company trytond-product trytond-stock)) (home-page