1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-30 10:01:32 +02:00

gnu: trytond-product-cost-warehouse: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-product-cost-warehouse): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.

Change-Id: Ifd4862a749db65b9e419052c7814a06797ee42de
This commit is contained in:
Hartmut Goebel
2025-09-26 12:49:05 +02:00
parent 191c3f16da
commit 9075d60259
+8 -8
View File
@@ -2464,21 +2464,21 @@ and assets.")
(define-public trytond-product-cost-warehouse
(package
(name "trytond-product-cost-warehouse")
(version "6.2.1")
(version "7.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_product_cost_warehouse" version))
(sha256
(base32 "0anz5071j1yzg9xp00qqcc3a4wb3zvl6605bzici76558zj7fl38"))))
(build-system python-build-system)
(base32 "075qjhwpc1a9hg8hzrzbwhaa9bnyz8a9y55jgl88b013zc2aic5h"))))
(build-system pyproject-build-system)
(arguments (tryton-arguments "product_cost_warehouse"))
(native-inputs
`(,@(%standard-trytond-native-inputs)
("trytond-account-invoice-stock" ,trytond-account-invoice-stock)
("trytond-account-stock-continental" ,trytond-account-stock-continental)
("trytond-product-cost-fifo" ,trytond-product-cost-fifo)
("trytond-product-cost-history" ,trytond-product-cost-history)))
(cons* trytond-account-invoice-stock
trytond-account-stock-continental
trytond-product-cost-fifo
trytond-product-cost-history
%standard-trytond-native-inputs))
(propagated-inputs
(list trytond trytond-company trytond-product trytond-stock))
(home-page