From 28b2111c95ec0fcadea73d3f82b1feb872629d5e Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:13:56 +0200 Subject: [PATCH] gnu: trytond-account-invoice-stock: Update to 7.0.2 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-invoice-stock): Update to 7.0.2. [build-system] Switch to pyproject-build-system. Change-Id: I6e77e332550115480d5ea56af862ecdbe5ca483c --- 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 addb3fd72352436d7ca22f763c3f764ef2de6367..a2b045151767f38ba1a58521ac4e6027e1b26ddb 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -825,16 +825,16 @@ a secondary unit of measure on invoice line.") (define-public trytond-account-invoice-stock (package (name "trytond-account-invoice-stock") - (version "6.2.1") + (version "7.0.2") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_invoice_stock" version)) (sha256 - (base32 "0q12v6xdpsw4fjm9pqp73bffdixi2hm9j2vxxx6n2p9r0c3g1gj1")))) - (build-system python-build-system) + (base32 "10nysdhm770m4s4nqn8zp8f5ajpi5aqhd3vp4lsfib940lgwrzbx")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "account_invoice_stock")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-invoice trytond-product trytond-stock)) (home-page "https://www.tryton.org/")