From 105a3fe70026aa36b8404076fbbd3f75c3a67af6 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 13:03:07 +0200 Subject: [PATCH] gnu: trytond-stock-lot-unit: Update to 7.0.1 and switch to pyproject. * gnu/packages/tryton.scm(trytond-stock-lot-unit): Update to 7.0.1. [build-system] Switch to pyproject-build-system. Change-Id: I9695a6e234654820cd385061621c27a6f557769d --- gnu/packages/tryton.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 8ad16720868a41d4e19a7a0482ef04e7a84191cb..71031bbcad5be49a99258296ba759f001d79b119 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -4161,18 +4161,18 @@ it is no more used to compute the forecast quantity of the stock.") (define-public trytond-stock-lot-unit (package (name "trytond-stock-lot-unit") - (version "6.2.0") + (version "7.0.1") (source (origin (method url-fetch) (uri (pypi-uri "trytond_stock_lot_unit" version)) (sha256 - (base32 "1m6vbz57y0yrjv4z447gggqgcwd6dzk0hrycv5zvbq4h1kscrh6z")))) - (build-system python-build-system) + (base32 "0zpyhspnfbcr45x5c5w8dgz1ssl5z72l36c3w4j05z3c0lxs50vz")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "stock_lot_unit")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-production" ,trytond-production))) + (cons* trytond-production + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-product trytond-stock trytond-stock-lot)) (home-page "https://docs.tryton.org/projects/modules-stock-lot-unit")